From dc87095428194f6a5073bd669cd1ea942626ce86 Mon Sep 17 00:00:00 2001 From: Renato De Donato Date: Thu, 10 Dec 2015 15:44:13 +0100 Subject: [PATCH] title desciption removed --- datalets.xml | 68 ++++++++++---------------------------------------------------------- datalets/datalets.dtd | 17 +++++++++++++++++ datalets/googlePiechart.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 58 deletions(-) create mode 100644 datalets/datalets.dtd create mode 100755 datalets/googlePiechart.xml diff --git a/datalets.xml b/datalets.xml index e9c17a2..d35250b 100755 --- a/datalets.xml +++ b/datalets.xml @@ -1,6 +1,14 @@ + + +]> + + + + datatable-datalet @@ -53,10 +61,6 @@ - title - The label for the title of the chart - - x-axis-label The label for the X axis @@ -100,10 +104,6 @@ - title - The label for the title of the chart - - x-axis-label The label for the X axis @@ -147,10 +147,6 @@ - title - The label for the title of the chart - - x-axis-label The label for the X axis @@ -194,10 +190,6 @@ - title - The label for the title of the chart - - x-axis-label The label for the X axis @@ -241,10 +233,6 @@ - title - The label for the title of the chart - - x-axis-label The label for the X axis @@ -302,10 +290,6 @@ - title - The label for the title of the chart - - x-axis-label The label for the X axis @@ -345,17 +329,13 @@ 11 - Size + Size The size for each series to create a concentric rings nominal domain 11 - - title - The label for the title of the chart - @@ -387,10 +367,6 @@ 11 - - title - The label for the title of the chart - @@ -415,10 +391,6 @@ * - - name - The name of the treemap - @@ -461,25 +433,5 @@ - - + diff --git a/datalets/datalets.dtd b/datalets/datalets.dtd new file mode 100644 index 0000000..7c08687 --- /dev/null +++ b/datalets/datalets.dtd @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/datalets/googlePiechart.xml b/datalets/googlePiechart.xml new file mode 100755 index 0000000..b7a8802 --- /dev/null +++ b/datalets/googlePiechart.xml @@ -0,0 +1,47 @@ + + google_piechart-datalet + + + data-url + + + fields + + + + + + Labels + googlePiechartDescription + nominal + domain + 11 + + + Values + The sizes of slices. + nominal + domain + 11 + + + + _title + The label for the title of the chart + String + + + pieHole + You can create donut charts with this option; it is the size of the hole and it has a range between 0 and 1. + Number + [0,1] + + + is3D + You can create 3D charts with this option; if "true" pieHole will be ignored. + Boolean + + + + + \ No newline at end of file -- libgit2 0.21.4