You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
Add a feature to update the legend label and line style with reflow.
Description
Currently reflow method accpets accepting key and value pair for each dataset to update while panning. Requires the ability to update the legend display and the line styling with reflow for each dataset.
Additional Context / Screenshots
Before Panning:
After Panning, updated legend name and updated line styling:
The text was updated successfully, but these errors were encountered:
@NarasimhaShenoi sorry for the delay in commenting. This is not something on our roadmap in the near future. Can you give more context as to why the line style and legend information would change during the panning process? Why would the context of the data change when panning left or right?
@mraplumb For update line style, We have a scenario where consumer has the option to display the trend line for the dataseries(enabling right top button in the screenshot). Currently, we are doing this, by creating and destroying the graph which looks expensive operation and creates a performance delay. Instead of creating and destroying it. we want it to be updated by reflow method.
For update legend style, we are displaying the unit of measure of a dta in the legend. We have a option for consumer to change the unit of measure to standard unit and once they change the unit of measure, we need to update the same in the legend in the canvas.
I really would like to get the first one (update line style) changes as early as possible, as we have consumer using it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Request
Add a feature to update the legend label and line style with reflow.
Description
Currently reflow method accpets accepting key and value pair for each dataset to update while panning. Requires the ability to update the legend display and the line styling with reflow for each dataset.
Additional Context / Screenshots
Before Panning:
After Panning, updated legend name and updated line styling:
The text was updated successfully, but these errors were encountered: