How can we use stackedbarh chart or progress chart in datatable column ?
Hello, @Naufil
Unfortunately, there is no opportunity to embed view (stackedbarH
chart, or any other view) straight to the datatable cell.
In the Webix Pro edition there is a possibility to add Subviews.
Here is a snippet: Code Snippet
As a progress chart
you could try Bullet Graph. It receives just one value, but the scale can be variously configured.
If you have a Webix Pro version, please consider using those options
On the other hand, when you can make up the necessary element, you could place it as custom HTML inside datatable.
An example is here: Code Snippet
Thank you @AlenaLisava