Skip to content

Commit 402be22

Browse files
committed
docs: Update examples/README.md to be accurate
1 parent c10f951 commit 402be22

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
File renamed without changes.
File renamed without changes.

examples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ For most use cases the `Painter API` is recommended. In our examples we demonstr
3737
* [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.
3838
* [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.
3939
* [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.
4041
* [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.
4142
* [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.
4243
* [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
4647
* [scatter_chart-1-basic](./1-Painter/scatter_chart-1-basic) - Basic scatter chart with some simple styling changes and a demonstration of `null` values.
4748
* [scatter_chart-2-symbols](./1-Painter/scatter_chart-2-symbols) - Basic scatter chart showing per-series symbols.
4849
* [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.
4951
* [table-1](./1-Painter/table-1) - Table with a variety of table specific configuration and styling demonstrated.
5052

5153
## `ChartOption` / `OptionFunc` Example List

0 commit comments

Comments
 (0)