<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Smartchart开发手册</title>
    <link>https://help.smartchart.cn/en/docs/3.Graphics/SpecialGraphics/</link>
    <description>Recent content on Smartchart开发手册</description>
    <generator>Hugo -- gohugo.io</generator><atom:link href="https://help.smartchart.cn/en/docs/3.Graphics/SpecialGraphics/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/3.Graphics/SpecialGraphics/JQueryTraversal/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/3.Graphics/SpecialGraphics/JQueryTraversal/</guid>
      <description>Introduction # jQuery DOM traversal methods are used in HTML components to find and manipulate parent, child, and sibling relationships of HTML elements, or filter element collections matching specific criteria. In SmartChart HTML component development, they are commonly used to get form values, bind events, and dynamically modify styles.
Category Common Methods Upward Traversal .parent() / .parents() / .parentsUntil() Downward Traversal .children() / .find() Horizontal Traversal .siblings() / .next() / .</description>
    </item>
    
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/3.Graphics/SpecialGraphics/MapComponents/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/3.Graphics/SpecialGraphics/MapComponents/</guid>
      <description>Introduction # SmartChart supports multiple map visualization components, including regional heatmaps (province/city color mapping), scatter point maps (geographic coordinate markers), flyline maps (city flow relationships), Baidu map base overlay, and Three.js driven 3D globe effects. Map data is rendered through ECharts map series.
Map Type Description Regional Heatmap type:&#39;map&#39;, load GeoJSON to register map Scatter Map type:&#39;effectScatter&#39;, with geoCoordMap coordinates Flyline Map type:&#39;lines&#39;, shows inter-city flows Baidu Base Map ds_loadBmap(), requires AK configuration 3D Effects ds_load3d(), Three.</description>
    </item>
    
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/3.Graphics/SpecialGraphics/SeamlessScroll/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/3.Graphics/SpecialGraphics/SeamlessScroll/</guid>
      <description>Introduction # Seamless scrolling components are used for announcement carousels, rankings, data tables, and other scenarios requiring automatic content loop scrolling. SmartChart provides two scrolling implementations: ds_liMarquee (based on the liMarquee plugin, supports seamless connection and rich configuration) and ds_scroll (simple native scrolling).
Scroll Function Features Use Cases ds_liMarquee(name, config) Seamless connection, direction/speed config, hover pause Announcements, rankings ds_scroll(name, interval, step) Simple native implementation, CSS scrollTop Simple data scrolling Use Cases # Seamless scrolling components are suitable for scenarios requiring automatic content loop scrolling, such as:</description>
    </item>
    
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/3.Graphics/SpecialGraphics/LineUpChart/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/3.Graphics/SpecialGraphics/LineUpChart/</guid>
      <description>Introduction # LineUp is an interactive visualization designed for multi-dimensional comprehensive scoring and ranking. It supports dynamic sorting, filtering, and highlighting by multiple metrics. In SmartChart, load the LineUp JS library and pass object array data to use it. Ideal for city competitiveness, product evaluation, and other ranking analysis scenarios.
Core Function Description ds_loadcss(&#39;smt_LineUp&#39;) Load LineUp styles ds_loadjs(&#39;smt_LineUp&#39;) Load LineUp JS library ds_createMap_all(dataset) Convert 2D array to object array format LineUpJS.</description>
    </item>
    
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/3.Graphics/SpecialGraphics/UsingIcons/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/3.Graphics/SpecialGraphics/UsingIcons/</guid>
      <description>Introduction # Font Awesome icon library is built into SmartChart and can be used directly in HTML components, table cells, indicator cards, and any HTML content. Icons are referenced via &amp;lt;i class=&amp;quot;fas fa-icon-name&amp;quot;&amp;gt; or &amp;lt;i class=&amp;quot;fab fa-icon-name&amp;quot;&amp;gt;, supporting three types: solid, regular, and brand icons.
Category Class Prefix Example Solid Icons fas &amp;lt;i class=&amp;quot;fas fa-chart-line&amp;quot;&amp;gt; Regular Icons far &amp;lt;i class=&amp;quot;far fa-bell&amp;quot;&amp;gt; Brand Icons fab &amp;lt;i class=&amp;quot;fab fa-github&amp;quot;&amp;gt; Use Cases # Font Awesome icon library is built into SmartChart.</description>
    </item>
    
  </channel>
</rss>
