Widgets

RadarChart

RadarChart

RadarChart control. Build it with the radar_chart helper.

Example

radar_chart(
  width: 240,
  height: 120,
  on_event: ->(event) {}
)

Properties

  • titles — Sets the titles property.
  • data_sets — Sets the data sets property.

Common layout and animation properties

  • width — Fixed width in logical pixels.
  • height — Fixed height in logical pixels.

Events

  • on_event — Fired on event.

Reference

  • Family: materials
  • Widget type: radarchart
  • Helpers: radar_chart, radarchart