Cartesian Charts: Part 3
Mixed Charts
@total_properties = Property.group_by_week(:created_at).count<% total_series = {
name: "Total", data: @total_properties
} %><%= combo_charts({**options, theme: 'palette4', stacked: false, data_labels: false}) do %>
<% line_chart(total_series) %>
<% area_chart(series.last) %>
<% column_chart(series.first) %>
<% end %>
Syncing Charts

Brush Chart

Annotations

Multiple Y-Axes

Last updated