RangeChart CSS

RangeChart is based on Chart components, with the related frame limits the amount of data for future processing.

Webix RangeChart basic use

CSS class Element
.webix_chart the chart area (including Y-axis, X-axis items, titles, image and legend)
.webix_canvas_text.webix_axis_item_x the X-axis item label
.webix_canvas_text.webix_axis_item_y the Y-axis item label
.webix_chart_frame the related frame limits of the amount of data
.webix_chart_resizer.right the right limit of the frame
.webix_chart_resizer.left the left limit of the frame

Read more about RangeChart

Back to top