Hi Toumku,
Kindly refer the following code example to enable data label. Also, you can disable tooltip by setting the “enable” property to false in “tooltip”.
Code Example:
|
<PivotViewComponent id='PivotView' ref = { d => this.pivotObj = d } dataSourceSettings = { dataSourceSettings } width = { '100%'} height = { '450'} showFieldList = { true} displayOption = {{ view: 'Chart' }} chartSettings = {{ title: 'Sales Analysis', chartSeries: { type: "Column", marker: { dataLabel: { visible: true } } }, tooltip: { enable: false }, load: this.chartOnLoad.bind(this) }}>
<Inject services={ [PivotChart, FieldList] } />
</PivotViewComponent> |
Meanwhile, we have prepared sample for your reference.
Please let us know if you have any other queries.
Regards,
Manikandan