cerulean-bi-react
v0.0.11
Published
Custom Embedding Component
Downloads
4
Readme
This is a library that helps embed visuals on the client webapp.
use the visual mount component to embed the visual and pass it chart id prop to render visual. you can use backendfilter prop to pass filters to the chart and re-render filtered charts. you can use editspec prop to directly edit axis titles and chart size from the frontend.
ypu can create the backend filters using reatefilters function from the library and you can also retrive the nique values for a categorical column through get unique values function from the library too.