AI-generated Key Takeaways
-
Community Visualizations are a feature in Developer Preview that allows developers to create and share custom visualizations.
-
Developers can now control comparison date ranges and access date range information within their visualizations.
-
Community Visualizations support embedding in reports and can act as chart filters.
-
Breaking changes were introduced to style configurations, enforcing stricter type requirements for default values.
-
Manifests can now contain multiple components, requiring an ID for each, and loading visualizations requires both the manifest path and Component ID.
2021-06-10
- You can now configure whether comparison date ranges are enabled/disabled in community visualizations using a new features section which is added to the config. By default
enableComparisonDateRangeis set to true so there will be no changes to current behavior. - Date range information is added to the data object in the message.
- DSCC library has been updated to version 0.3.18, adding support for date range information (ID, start and end dates of date ranges).
2021-04-16
- Community Visualizations now work in embedded reports.
2021-02-10
The following breaking changes to style configurations are available for community visualations with devMode enabled (i.e. devMode = true) for testing. The breaking changes will affect community visualizations with devMode disabled (i.e. devMode = false) on 2021-03-27.
FONT_SIZE
- No longer accepts a default value of type
STRING. A default value of typeNUMBERis expected.
CHECKBOX
- No longer accepts a default value of type
STRING. A default value of typeBOOLEANis expected.
TEXTINPUT
- No longer accepts a default value of type
NUMBERorBOOLEAN. A default value of typeSTRINGis expected.
TEXTAREA
- No longer accepts a default value of type
NUMBERorBOOLEAN. A default value of typeSTRINGis expected.
SELECT_SINGLE
- No longer accepts a default value of type
NUMBERorBOOLEAN. A default value of typeSTRINGis expected.
SELECT_RADIO
- No longer accepts a default value of type
NUMBERorBOOLEAN. A default value of typeSTRINGis expected.
OPACITY
- No longer accepts a default value of type
STRINGand accepts a message value of typeSTRING. A default value of typeNUMBERand message value of typeNUMBERis expected.
LINE_WEIGHT
- No longer accepts a default value of type
STRING. A default value of typeNUMBERis expected.
BORDER_RADIUS
- No longer accepts a default value of type
STRING. A default value of typeNUMBERis expected.
INTERVAL
- No longer accepts a default value of type
STRING. A default value of typeNUMBERis expected.
- No longer accepts a default value of type
2019-08-16
- Each manifest can now contain multiple components. Each component now needs the
idfield. - Loading a visualization requires both the "manifest path" and the "Component ID"
2019-04-05
- Community visualizations can now be used as chart filters.
2018-12-20
- Announcing Community Visualizations, Developer Preview. The Community Visualization feature is stable and open to all users. See Developer Preview for details.