From 749b703ea42d0cf66dffcb1e26dde40aede5c6cb Mon Sep 17 00:00:00 2001 From: wp_xyz Date: Sat, 27 May 2023 17:48:14 +0200 Subject: [PATCH] TAChart: Improved meta-data for the line-series demo project. --- components/tachart/demo/line/TAChart_line.ex-meta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tachart/demo/line/TAChart_line.ex-meta b/components/tachart/demo/line/TAChart_line.ex-meta index b84806f1b6..1751f61f8e 100644 --- a/components/tachart/demo/line/TAChart_line.ex-meta +++ b/components/tachart/demo/line/TAChart_line.ex-meta @@ -1,5 +1,5 @@ { "TAChart_line" : { "Category" : "TAChart", - "Keywords" : ["TAChart","line chart","pointers"], - "Description" : "Demonstrates a line chart and the various pointers it might use."} + "Keywords" : ["TAChart","line series","pointers","oscilloscope","color each point","custom-drawn","speed","3D","rotated"], + "Description" : "Demonstrates several aspects of the line series:\n-drawing speed\n-built-in and custom data point symbols (pointers)\n-oscilloscope mode\n-coloring individual data points."} } \ No newline at end of file