Example 1: Showing a legend
Show a legend for coloring of your data.
Show exampleExample 2: Multi language support for datadescriptions
Datadescription allows useage of multi language. Simple use he keys of the language file entries to use them.
Show exampleExample 3: Formatting data with use of the present component
Datadescription component can be used to color displayed data.
Data is formated on base of bindpoints, so data can be formated in any component that uses bindpoints in their template.
Some components integrate support for datadescription, even if they use other display technique. e.g. Worldmap3D.
Example 4: Useing class descriptions
Data can be visualised in classes useing the < calcmode. Then the data will
be grouped into classes on wich the visualisation applies.
Support this project to get implementation of more calcmodes.
Example 5: Get description for one attribute only
Sometimes you only want to only describe one attribute, or you are useing
a component, which only displays one icon for a dataset.
(See Worldmap2d or Chart components)
For this cases you can choose the attribute you want to visualise,
by specifying it in the Datadescription components options.
Example 6: Get description for a subattribute
When data is more complex and the datasets attribute is an array or object, you can also create a description for an attribute of this sub object.
Show exampleExample 7: Useing gradient colors
Use the gradient calcmode to get colors calculated from the value that lies between fixed colors for values.
Show example