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
// remove all axes from layout. Only cartesian axis in each dimension is supported per grid cell, and leaving anything else on this layout may lead to property name clashes on combine.
colIndex, rowIndex //set axis anchors according to grid coordinates
3230
3232
else
3231
3233
i +1, i +1
3232
3234
3233
-
gChart
3234
-
|> Chart.withAxisAnchor (xAnchor, yAnchor)// set adapted axis anchors
3235
-
|> Chart.withXAxis (xAxis,(StyleParam.SubPlotId.XAxis(i +1)))// set previous axis with adapted id (one individual axis for each subplot, whether or not they will be used later)
3236
-
|> Chart.withYAxis (yAxis,(StyleParam.SubPlotId.YAxis(i +1)))// set previous axis with adapted id (one individual axis for each subplot, whether or not they will be used later)
3237
-
3235
+
letlol=
3236
+
gChart
3237
+
|> Chart.withAxisAnchor (xAnchor, yAnchor)// set adapted axis anchors
3238
+
|> Chart.withXAxis (xAxis,(StyleParam.SubPlotId.XAxis(i +1)))// set previous axis with adapted id (one individual axis for each subplot, whether or not they will be used later)
3239
+
|> Chart.withYAxis (yAxis,(StyleParam.SubPlotId.YAxis(i +1)))// set previous axis with adapted id (one individual axis for each subplot, whether or not they will be used later)
// remove all scenes from layout. Only one scene is supported per grid cell, and leaving anything else on this layout may lead to property name clashes on combine.
// remove all polar subplots from layout. Only one polar subplot is supported per grid cell, and leaving anything else on this layout may lead to property name clashes on combine.
// remove all smith subplots from layout. Only one smith subplot is supported per grid cell, and leaving anything else on this layout may lead to property name clashes on combine.
// remove all geo subplots from layout. Only one geo subplot is supported per grid cell, and leaving anything else on this layout may lead to property name clashes on combine.
// remove all mapbox subplots from layout. Only one mapbox subplot is supported per grid cell, and leaving anything else on this layout may lead to property name clashes on combine.
// remove all ternary subplots from layout. Only one ternary subplot is supported per grid cell, and leaving anything else on this layout may lead to property name clashes on combine.
0 commit comments