mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 13:39:24 +02:00
put all TAChart in own Category, there are lots !
This commit is contained in:
parent
26d3020bb9
commit
db5370fe1e
@ -1,5 +1,5 @@
|
||||
{ "TAChart_animate" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TAChart", "Animated"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","Animated"],
|
||||
"Description" : "Animate a TAChart in three different modes."}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_area" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TAChart", "Area"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","Area"],
|
||||
"Description" : "Demonstrates a number of different modes of Area graphs."}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_axisalign" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TAChart", "align axis"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","align axis"],
|
||||
"Description" : "How to align the Axises of graphs in the same chart. "}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_axistransf" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TAChart", "Axis Transform"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","Axis Transform"],
|
||||
"Description" : "Demonstrates the transformation of a charts axis, adjusted for non linear data. "}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_barseriestools" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TAChart", "bar"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","bar"],
|
||||
"Description" : "A demonstration of bar chart using TATools. Detecting clicks in the bars and responding. "}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_chartsource" : {
|
||||
"Category" : "Components",
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart"],
|
||||
"Description" : "Demonstrates TAChart with different sources."}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_clone" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TAChart", "clone", "duplicate"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","clone","duplicate"],
|
||||
"Description" : "How to clone or duplicate the plot of a dataset. "}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TaChart_db-pieseries" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TAChart", "Pie Chart", "dbgrid"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","Pie Chart","dbgrid"],
|
||||
"Description" : "Draws a Pie Chart using data from a dbgrid."}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_financial" : {
|
||||
"Category" : "Components",
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","Financial"],
|
||||
"Description" : "Displays, in a TAChart, financial data, specificially hi and low extent of share prices."}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "fpvectorial" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TaChart", "TvVectorialFormat","TFPVectorialDrawer"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TaChart","TvVectorialFormat","TFPVectorialDrawer"],
|
||||
"Description" : "Uses Vectorial to display (and export) some line and block charts.\n\nNote, generates a message that it has failed to open a particular TrueTypeFont that is definitly available but works anyway. "}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "tachart_imagelist" : {
|
||||
"Category" : "Components",
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAchart","TAChartImagelist"],
|
||||
"Description" : "Shows how to display images in a TAChart Image List in a TAChart."}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_labels" : {
|
||||
"Category" : "Components",
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","Labels"],
|
||||
"Description" : "Demonstrates how to add labels to the chart. Places them across the top of the bars in a bar chart and in the axes of a line chart."}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_lazreport" : {
|
||||
"Category" : "Components",
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","LazReport"],
|
||||
"Description" : "Load a LazReport into a TAChart.\n\nRequires the package LazReport\n\n"}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_liveview_paned" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TAChart", "liveview", "pane", "animated"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","liveview","pane","animated"],
|
||||
"Description" : "Displays three panes, each with a chart that grows over time."}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_multi" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TAChart", "Multi"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","Multi"],
|
||||
"Description" : "Displays some Multi charts"}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_opengl" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TAChart", "OpenGL"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","OpenGL"],
|
||||
"Description" : "Demonstrates using OpenGL in a TAChart.\nRequires the package LazOpenGLContext\n\n\n\n"}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_panes-2" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TAChart", "panes"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","panes"],
|
||||
"Description" : "Display several panes, vertically or horizontally in a TAChart"}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_panes" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TAChart", "Panes"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","Panes"],
|
||||
"Description" : "Demonstrates using several panes in a TAChart."}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_print" : {
|
||||
"Category" : "Components",
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","printing"],
|
||||
"Description" : "Demonstrates printing a TAChart, including via the canvas, scaled and direct."}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_radial" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TAChart", "Pie", "explode"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","Pie","explode"],
|
||||
"Description" : "Demonstrate a pie chart where a click on a segment explodes it or moves it out."}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_chartstyles" : {
|
||||
"Category" : "Components",
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","Stacked Bar","runtime"],
|
||||
"Description" : "This project shows how to add and delete levels to a stacked bar series at runtime. For every new level, a new chart style is created, and for every deleted level, the corresponding chart style is deleted as well.\n\nSee the associated readme.txt for more information.\n\n\n\n"}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_dualaxes" : {
|
||||
"Category" : "Components",
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","Dual Axes","runtime"],
|
||||
"Description" : "How to use dual axes (ie left and right) in a TAChart."}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_plotunit" : {
|
||||
"Category" : "Components",
|
||||
"Keywords" : ["TAChart","plotunit", "runtime"],
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","plotunit","runtime"],
|
||||
"Description" : "The demo \"plotunit\" show how to generate a series and insert it into a chart at runtime. The main series types of TAChart are supported.\n\nSee the associated readme.txt"}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ "TAChart_wmf" : {
|
||||
"Category" : "Components",
|
||||
"Category" : "TAChart",
|
||||
"Keywords" : ["TAChart","wmf","Windows Only","Needs work"],
|
||||
"Description" : "Saves a chart to a file in WMF format.\nAppears usable only under Windows, not tested there yet. May need editing to main.pas #41 to enable alt method of drawing."}
|
||||
}
|
Loading…
Reference in New Issue
Block a user