apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.25k stars 19.61k forks source link

[Feature request] Please implement Bullet and Spakline charts #5228

Closed hristo-composite closed 5 years ago

hristo-composite commented 7 years ago

Please implement Bullet: https://bl.ocks.org/mbostock/4061961

and Sparkline charts: http://omnipotent.net/jquery.sparkline/#s-about

pissang commented 7 years ago

Check http://echarts.baidu.com/gallery/editor.html?c=line-easing this example for sparkline.

hrstoyanov commented 7 years ago

Well, no .. there is a lot more to bullet and spakline charts. Check out the link I provided and all the details that go with them. it is not just "simple line charts".

mycaule commented 6 years ago

Yes it would be great having a set of standard sparklines, see Wikipedia.

You can already do sparklines with line charts and small size CSS styling.

See this project where I graph Bitcoin day value https://mycaule.github.io/portfolio/. Source code charts.js, style.css

screen shot 2017-12-20 at 15 07 17

There is also kind of a bullet chart on the right made with a CSS slider.

Highcharts has support for easy sparklines drawing. It would be great if drawing that kind of chart needed less configuration than what I did.

The financial industry needs this stuff.

谢谢

mycaule commented 6 years ago

You may need to write an extension like echarts-sparkline as you did for echarts-wordcloud or echarts-liquidfill

kerryj89 commented 6 years ago

+1

theNotoriousHxc commented 6 years ago

Any news on this one about native sparkline support?

pchaganti commented 5 years ago

👍