Chart CSS

Webix Chart basic use

CSS class Element
.webix_chart chart area (including Y-axis, X-axis items, titles, image and legend)
.webix_chart_legend legend area
.webix_chart_legend_item the legend item
.webix_canvas_text.webix_axis_item_y the Y-axis item label
.webix_canvas_text.webix_axis_title_y the Y-axis title
.webix_canvas_text.webix_axis_item_x the X-axis item label
.webix_canvas_text.webix_axis_title_x the X-axis title

For Pie charts:

Webix Pie Chart

CSS class Element
.webix_inner_text_light light pie inner labels
.webix_inner_text_dark dark pie inner labels

Read more about Chart

Back to top