Closed
Description
Bug Report
Steps to Reproduce:
- Create perspective-viewer in angular app
- Restore viewer with config as per ViewConfig, with column_pivots and row_pivots properties
- call viewer.save to get the config of the viewer
Expected Result:
The property names used by the perspective-viewer, and provided by the viewer from the save() method should match.
Actual Result:
The save() method returns a config with different property names than defined in the typescript exports, more specifically "row-pivots", and "column-pivots".
Environment:
Version 0.5.0 running in angular app.
Other context
I have tried rolling back to using the "-" property names but get a warning in console "Deprecated: "row-pivots" config parameter, please use "row_pivots" instead"