⌂
›
Reference
›
Charts and Canvas
Charts and Canvas
Ruflet already reaches beyond basic forms and CRUD screens. The current demo surface includes charting, drawing primitives, and richer visual controls that are useful for dashboards, analytics, and interactive apps.
Chart controls already present
Ruflet Studio exercises several chart types:
bar_chartline_chartpie_chartcandlestick_chartradar_chartscatter_chart
Supporting chart types and helpers include:
chart_axischart_axis_labelbar_chart_groupbar_chart_rodline_chart_dataline_chart_data_pointpie_chart_sectioncandlestick_chart_spotradar_data_setradar_data_set_entryradar_chart_titlescatter_chart_spot
Drawing and visual building blocks
The current control map also includes lower-level visual primitives such as:
canvaslinepatharcrectcircleovalpointsshadowshader_maskanimated_switcherhero
These help when you want something more custom than standard layout widgets.
Why this matters
This makes Ruflet viable for:
- internal dashboards
- metrics-heavy admin apps
- utility apps with interactive graphics
- media-rich product surfaces
Example direction
Ruflet Studio's chart section shows that the framework can already express:
- configured axes
- labels
- tooltips and interactive events
- multi-series line charts
- themed bar and pie charts
If your app needs more than plain forms, this part of the stack is worth exploring early.