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
Implement the Axis Labels functionality in different graph components. For example, for AreaChart, we need to update the code such that it takes the axis labels and renders them in the UI
The text was updated successfully, but these errors were encountered:
Currently there is no support for axis labels in
frolic-react
. To add support for it, we need to follow these steps:We need to define two new parameters
xLabel
andyLabel
for the charts which have X and Y axis.Add Axis Inputs in Chart Interface
Implement the Axis Labels functionality in different graph components. For example, for
AreaChart
, we need to update the code such that it takes the axis labels and renders them in the UIThe text was updated successfully, but these errors were encountered: