This topic is locked

Range Bar Chart?

12/17/2024 12:42:05 PM
ASPRunner.NET General questions
G
gluckett author

How to enable the RANGE Bar Chart in ASPRunner?

img alt

G
gluckett author 12/18/2024

To follow up, I saw there is a manual way to put a Scatter Chart with:

chart = anychart.scatter();
referenced here: https://xlinesoft.com/blog/2022/06/28/building-a-connected-scatter-chart/

Hoping to find something similar with

// create a chart
chart = anychart.bar();

// create a range bar series and set the data
var series = chart.rangeBar(data);

the trick is to get the "data" from the Events...