Updating source metadata¶
You can configure your source metadata by using the ChartFactor Studio's Metadata option on the top right corner of the dashboard page. See below:
The first time you use the Metadata option, it will have commented out code with sample definitions to guide you as shown below:
Here you see the _META_
variable. ChartFactor Studio uses this variable to obtain your custom metadata. A sample definition for the Austin 311 Calls dashboard looks like this:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|
Using the metadata object, you can not only define field labels but also field types such as MONEY and their currencies, time fields' granularities and their time zone and even derived fields. Refer to the Providers Metadata and Custom Metadata for more details.
Paste the metadata definition above into the metadata dialog, press the SAVE button and close the dialog as shown below.
After closing the dialog, your visualizations will render with the field labels and types specified in the metadata as shown below.