Column chart configuration.

0
Hai all,   Currently implementing the column chart for one of my requirements, all the values plotting  correctly but on the Y-axis all the values between minimum value and maximus values are plotting. Example:      min value:0 max value:1000 Values plotting on Y-axis are like 1,2,3,4,5,6,7,8,9,10,11,12,13,14….. But I want to show only some range range of values like 1,10,20,30,40,….1000 How can I achieve this in column chart?   TIA  
asked
1 answers
0

Hi Mahendra,

 

You can set the range for y-axis by using the Range option under the Layout Json object.

 

You can use any chart widget from market place to show the bar chart and create your data using Export mapping. 


Refer to this link for Custom Range for  Axis: https://plotly.com/javascript/axes/#setting-the-range-of-axes-manually

 

Export mapping : https://docs.mendix.com/howto7/extensibility/charts-any-usage/#5-exporting-data

 

Hope it helps!!

answered