How to implement Pivot table with pivot chart/chart

How to implement Pivot table with pivot chart/chart ?

Hello @suman2020 ,
The closest solution for your needs is to add sparklines to the pivot:
https://docs.webix.com/datatable__sparklines.html
Please take a look at the following snippet:
https://snippet.webix.com/3ywdrrj9

As a solution, you can try to combine two pivots (datatable and chart) with the same data:
you can set onStoreUpdated event handler to datatable inside Pivot that will set new structure for PivotChart depending on table structure.
Please check the following example: Code Snippet