class Playbook::PbGauge::Gauge
def chart_options
def chart_options { id:, chartData: chart_data, circumference: full_circle ? [0, 360] : [-100, 100], dark: dark ? "dark" : "", disableAnimation: disable_animation, height:, min:, max:, title:, suffix:, prefix:, showLabels: show_labels, style:, tooltipHtml: tooltip_html, type: style, colors:, } end
def classname
def classname generate_classname("pb_gauge_kit") end