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
enableComparisonDateRange
is 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 typeNUMBER
is expected.
CHECKBOX
- No longer accepts a default value of type
STRING
. A default value of typeBOOLEAN
is expected.
TEXTINPUT
- No longer accepts a default value of type
NUMBER
orBOOLEAN
. A default value of typeSTRING
is expected.
TEXTAREA
- No longer accepts a default value of type
NUMBER
orBOOLEAN
. A default value of typeSTRING
is expected.
SELECT_SINGLE
- No longer accepts a default value of type
NUMBER
orBOOLEAN
. A default value of typeSTRING
is expected.
SELECT_RADIO
- No longer accepts a default value of type
NUMBER
orBOOLEAN
. A default value of typeSTRING
is expected.
OPACITY
- No longer accepts a default value of type
STRING
and accepts a message value of typeSTRING
. A default value of typeNUMBER
and message value of typeNUMBER
is expected.
LINE_WEIGHT
- No longer accepts a default value of type
STRING
. A default value of typeNUMBER
is expected.
BORDER_RADIUS
- No longer accepts a default value of type
STRING
. A default value of typeNUMBER
is expected.
INTERVAL
- No longer accepts a default value of type
STRING
. A default value of typeNUMBER
is expected.
- No longer accepts a default value of type
2019-08-16
- Each manifest can now contain multiple components. Each component now needs the
id
field. - 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.