Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Mazzucchi <m.mazzucchi@frontdam.com>2021-05-08 19:26:06 +0300
committerMichele Mazzucchi <m.mazzucchi@frontdam.com>2021-05-08 19:26:06 +0300
commit01bf18f52518199ee7d7909a9442667a5acb9510 (patch)
tree301cadf3c0405cabfd5ac40ec2c643c419cd385d
parentfe0a24dcc33b96dc07f00362883decbfae99cebc (diff)
mention echart version to avoid confusion
-rw-r--r--exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md b/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md
index 803a3cf..54de11a 100644
--- a/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md
+++ b/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md
@@ -523,10 +523,12 @@ pie
## 6 echarts
-[ECharts](https://echarts.apache.org/) is a library helping you to generate interactive data visualization.
+[ECharts](https://echarts.apache.org/) is a library helping you to generate interactive data visualization. uBlogger uses echarts version 5.
The basic chart types ECharts supports include [line series](https://echarts.apache.org/en/option.html#series-line), [bar series](https://echarts.apache.org/en/option.html#series-line), [scatter series](https://echarts.apache.org/en/option.html#series-scatter), [pie charts](https://echarts.apache.org/en/option.html#series-pie), [candle-stick series](https://echarts.apache.org/en/option.html#series-candlestick), [boxplot series](https://echarts.apache.org/en/option.html#series-boxplot) for statistics, [map series](https://echarts.apache.org/en/option.html#series-map), [heatmap series](https://echarts.apache.org/en/option.html#series-heatmap), [lines series](https://echarts.apache.org/en/option.html#series-lines) for directional information, [graph series](https://echarts.apache.org/en/option.html#series-graph) for relationships, [treemap series](https://echarts.apache.org/en/option.html#series-treemap), [sunburst series](https://echarts.apache.org/en/option.html#series-sunburst), [parallel series](https://echarts.apache.org/en/option.html#series-parallel) for multi-dimensional data, [funnel series](https://echarts.apache.org/en/option.html#series-funnel), [gauge series](https://echarts.apache.org/en/option.html#series-gauge). And it's extremely easy to create a combinition of them with ECharts.
+See the [echarts gallery](https://echarts.apache.org/examples/en/index.html) for inspiration on what you can do with echarts.
+
Just insert your ECharts option in `JSON`/`YAML`/`TOML` format in the `echarts` shortcode and that’s it.
Example `echarts` input in `JSON` format: