Hi team
would like your input on this
while using v1 liveboard
there was no react grid available in v1 liveboard hence there we could customize the liveboard using classnames and it would work properly even in responsiveness we could arrange KPI and charts according and those style would apply to its respective errors also
but while in v2 liveboard we are not able to do the same since it uses react-grid-layout
When we are using V2 liveboards, we are facing the issues like:
when we reduce the screen size in v2 liveboard it is getting a default scroll by class react-grid-layout and "react-grid-item pinboard-content-module__tile cssTransforms react-resizable hide react-resizable" which can't be handled in css customization as it is handle from some built-in code, whereas in v1 liveboard its with class name 'tile-container' and no react-grid is found handling individual viz cards.
there is a case where we want to apply the CSS for KPI separately ,Charts seperatly and also want to handle the styling for the "No data error " vizs cases (for error it needs to be same as respective vizs)
we got the below styling for KPI in liveboard but we have charts also in the same liveboard which we would like to have it in different arrangement according to screen size and that style should not apply to KPI and these styling should affect ("No data error " vizs cases):(according to the viz(if its kpi error kpi style should be applied to this error and if its chart error chart style should be applied to this )) .