TargetProcess/tauCharts

ability to create a pareto chart (column chart with line)

Opened this issue · 3 comments

I would like to create a pareto chart (https://en.wikipedia.org/wiki/Pareto_chart).
I see it is possible to create a dual axis line chart as https://jsfiddle.net/taucharts/7cbthzLu/?utm_source=website&utm_medium=embed&utm_campaign=7cbthzLu

But, it seems quite complex.
I would appreciate if you could help with an example of dual axis column and line chart

Thanks
Arnab

Hi @c-arnab

Taucharts has "Layers" plugin for such kind of tasks.

Here is a simplified example of what you asking for: https://jsfiddle.net/taucharts/51twbhoL/

Also you can read more in taucharts blog: https://blog.taucharts.com/layers-dual-axis/

Thanks, is it possible to get rid of layers checkbox and drop/mock dropdown and hard code 'drop' but keep the layer types/ legend

Sure, just set

showPanel: false

on the line 43 in the fiddle