我使用'react-chartist'。我想添加情节的标题,这对我不起作用:
const options = {
title:{
display:true,
text: 'Some name'
}
<ChartistGraph
className='ct-hidden-points-title'
data={data}
options={options}
type='Line'
/>
12345678_0001
相关分类