|
// add your additional code here
<ChartComponent
id="charts"
style={{ width: 'inherit', height: 'inherit' }}
primaryXAxis={{
valueType: 'Category',
labelIntersectAction: 'Rotate45',
labelStyle: {
fontStyle: 'Italic',
fontWeight: 'Bold',
fontFamily: 'TimesNewRoman',
size: '15px',
color: 'Blue'
}
}}
// add your additional code here
|
|
// add your additional code here
primaryXAxis={{
valueType: 'Category',
labelRotation: 45,
labelStyle: {
fontStyle: 'Italic',
fontWeight: 'Bold',
fontFamily: 'TimesNewRoman',
size: '15px',
color: 'Blue'
}
}}
// add your additional code here
|