|
Index.js:
// add your additional code here <ChartComponent id='charts' style={{ textAlign: "center" }} ref={charts => this.chartInstance = charts} >
// add your additional code here
<Inject services={[SplineSeries, Legend, Category, Tooltip, ChartAnnotation]}/>
<AnnotationsDirective>
<AnnotationDirective content='<div id="chart_cloud1"><img src="https://image.freepik.com/free-icon/arrow-down-thick_318-8335.jpg" width="41" height="41" /></div>' x='Sat' y={10} coordinateUnits='Point' verticalAlignment='Top'>
</AnnotationDirective>
</AnnotationsDirective>
<SeriesCollectionDirective>
// add your additional code here
</SeriesDirective>
</SeriesCollectionDirective>
</ChartComponent> |