Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi Team,
I am trying to setup valueType for X Axis for column chart with multiple series-
this.primaryXAxis = {
valueType: 'Category',
title: 'X Axis Title'
};
The above setting is specific to Chart (ejs-chart tag) and works fine for Column chart with single series. But in case of multiple series having different data (eg. string, number, date time), how can we set different valueType for different series (on e-series tag)? Currently it does not display the data properly if I set the same value type for each series having different type of data.
In short, let me know how to setup the Axis value Type for each series in multiple series chart?
Thanks,
Prabhat