Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:graphs_or_charts [2019/02/21 08:25] – [Usages] ttzhouwiki:graphs_or_charts [2019/03/31 00:37] (current) – external edit 127.0.0.1
Line 7: Line 7:
 This plugin accepts the same JavaScript object that C3 takes to generate a chart. Any chart describable by a static JavaScript object is supported. All types of charts natively supported by C3 can be rendered, such as line/bar/pie/donut charts, as well as scatter plots. This plugin accepts the same JavaScript object that C3 takes to generate a chart. Any chart describable by a static JavaScript object is supported. All types of charts natively supported by C3 can be rendered, such as line/bar/pie/donut charts, as well as scatter plots.
  
-If you need captions for your figures, please see [[:wiki:tables_and_figures]].+<alert info>To add captions to figures or tables, please see [[:wiki:tables_and_figures]].</alert>
 ===== Usages ===== ===== Usages =====
 Example graphs could be found at [[https://c3js.org/examples.html|C3 Examples]]. Example graphs could be found at [[https://c3js.org/examples.html|C3 Examples]].