class Playbook::PbCircleChart::CircleChart

def standard_options

def standard_options
  {
    align: align,
    borderWidth: border_width,
    id: id,
    colors: colors,
    chartData: chart_data,
    dark: dark ? "dark" : "",
    title: title,
    height: height,
    type: style,
    legend: legend,
    dataLabelHtml: data_label_html,
    dataLabels: data_labels,
    tooltipHtml: tooltip_html,
    useHTML: use_html,
    minPointSize: min_point_size,
    maxPointSize: max_point_size,
    innerSize: inner_size,
    zMin: z_min,
    startAngle: start_angle,
    rounded: rounded,
    layout: layout,
    verticalAlign: vertical_align,
    x: x,
    y: y,
  }
end