You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ For most use cases the `Painter API` is recommended. In our examples we demonstr
37
37
*[line_chart-7-boundary_gap](./1-Painter/line_chart-7-boundary_gap) - Showing the visual difference on the line chart of enabling or disabling the x-axis boundary gap.
38
38
*[line_chart-8-dual_y_axis](./1-Painter/line_chart-8-dual_y_axis) - Basic line chart with two series, one rendered to the left axis and one to a second y axis on the right.
39
39
*[line_chart-9-custom](./1-Painter/line_chart-9-custom) - Line chart with dense data and most default rendering disabled, instead rendering labels manually on the Painter.
40
+
*[line_chart-10-gradient_labels](./1-Painter/line_chart-10-gradient_labels) - Line chart demonstrating individual label styling by coloring in a gradient from green to red.
40
41
*[multiple_charts-1](./1-Painter/multiple_charts-1) - Shows how to use layouts for putting multiple charts on the same image. This example use a single set of data and renders with multiple chart types.
41
42
*[multiple_charts-2](./1-Painter/multiple_charts-2) - Example of manually building a child painters so that you can render 4 charts on the same image with unique themes.
42
43
*[pie_chart-1-basic](./1-Painter/pie_chart-1-basic) - Pie chart with a variety of customization demonstrated including positioning the legend in the bottom right corner.
@@ -46,6 +47,7 @@ For most use cases the `Painter API` is recommended. In our examples we demonstr
46
47
*[scatter_chart-1-basic](./1-Painter/scatter_chart-1-basic) - Basic scatter chart with some simple styling changes and a demonstration of `null` values.
*[scatter_chart-3-dense_data](./1-Painter/scatter_chart-3-dense_data) - Scatter chart with dense data, trend lines, and more custom styling configured.
50
+
*[scatter_chart-4-top_n_labels](./1-Painter/scatter_chart-4-top_n_labels) - Scatter chart showing labels only for the top N values, reducing visual clutter.
49
51
*[table-1](./1-Painter/table-1) - Table with a variety of table specific configuration and styling demonstrated.
0 commit comments