Hi,
I have a chart with column bar & line bar inside.
I am using range selector and it works like a dream however.
Because I am combining 2 graphs into 1 is there any chance to specified 2 datafields that should be visible in selector container.
rangeSelector: {
serieType: 'area',
padding: { /*left: 0, right: 0,*/ top: 20, bottom: 0 },
backgroundColor: 'white',
size: 110,
gridLines: {visible: false},
dataField: "Anomalies"
}
I am looking for something like
dataFields: {
"Anomalies", "LineChart"
}
so both charts are visible in range selector not just 1.
Also any idea what properties I can specify for rangeSelector because I havent found anything in documentation except (rangeSelector – definition of a range selector on the xAxis.) https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxchart/index.htm#demos/jqxchart/javascript_chart_range_selector_nondate.htm but nothing else what I can pass any idea where I can find more?
We have a company license if needed to be provided.
Regards