Is there a way to create a pareto chart with ART? "A Pareto chart is a type of chart that contains both bars and a line graph, where individual values are represented in descending order by bars, and the cumulative total is represented by the line."(https://en.wikipedia.org/wiki/Pareto_chart).
If not, could this be added? I only saw ways to do a bar chart or a line chart separately, not anyway to put them together. But if this functionality already exists could someone direct me to the proper documentation?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is no specific documentation for this. I know some of the charting libraries used don't have this option, but some may have. I would have to direct you to the documentation for these libraries to see what they support i.e. plotly.js, c3.js, chart.js.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there documentation on how to use the libraries such as plotly to extend what ART can do and generate reports with them? Or are you saying that to make pareto charts this is something that would need to be done separate from ART?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is no documentation for this. If the library supports pareto charts, you would need to know the format of data or configuration required. If these options are available as per the wiki, you can specify the options. If not, you can create a javascript file that would contain the configuration. I believe there are demo c3.js tempate files that demonstrate this in the js-templates folder of the webapp. There are no demo plotly reports currently.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to create a pareto chart with ART? "A Pareto chart is a type of chart that contains both bars and a line graph, where individual values are represented in descending order by bars, and the cumulative total is represented by the line."(https://en.wikipedia.org/wiki/Pareto_chart).
If not, could this be added? I only saw ways to do a bar chart or a line chart separately, not anyway to put them together. But if this functionality already exists could someone direct me to the proper documentation?
There is no specific documentation for this. I know some of the charting libraries used don't have this option, but some may have. I would have to direct you to the documentation for these libraries to see what they support i.e. plotly.js, c3.js, chart.js.
Is there documentation on how to use the libraries such as plotly to extend what ART can do and generate reports with them? Or are you saying that to make pareto charts this is something that would need to be done separate from ART?
There is no documentation for this. If the library supports pareto charts, you would need to know the format of data or configuration required. If these options are available as per the wiki, you can specify the options. If not, you can create a javascript file that would contain the configuration. I believe there are demo c3.js tempate files that demonstrate this in the js-templates folder of the webapp. There are no demo plotly reports currently.
The next ART release will have a simple pareto chart option based on the AwesomeChartJs library.