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
Copy file name to clipboardExpand all lines: src/Plotly.NET/ChartAPI/Chart.fs
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2530,7 +2530,9 @@ type Chart =
2530
2530
/// </summary>
2531
2531
/// <paramname="BGColor">Sets the legend background color. Defaults to `layout.paper_bgcolor`.</param>
2532
2532
/// <paramname="BorderColor">Sets the color of the border enclosing the legend.</param>
2533
-
/// <paramname="Borderwidth">Sets the width (in px) of the border enclosing the legend.</param>
2533
+
/// <paramname="BorderWidth">Sets the width (in px) of the border enclosing the legend.</param>
2534
+
/// <paramname="EntryWidth">Sets the width (in px or fraction) of the legend. Use 0 to size the entry based on the text width, when `entrywidthmode` is set to "pixels".</param>
2535
+
/// <paramname="EntryWidthMode">Determines what entrywidth means.</param>
2534
2536
/// <paramname="Font">Sets the font used to text the legend items.</param>
2535
2537
/// <paramname="GroupClick">Determines the behavior on legend group item click. "toggleitem" toggles the visibility of the individual item clicked on the graph. "togglegroup" toggles the visibility of all items in the same legendgroup as the item clicked on the graph.</param>
2536
2538
/// <paramname="GroupTitleFont">Sets the font for group titles in legend. Defaults to `legend.font` with its size increased about 10%.</param>
@@ -2813,11 +2815,11 @@ type Chart =
2813
2815
/// <paramname="TypesetMath">Determines whether math should be typeset or not, when MathJax (either v2 or v3) is present on the page.</param>
2814
2816
/// <paramname="PlotlyServerUrl">When set it determines base URL form the \'Edit in Chart Studio\' `showEditInChartStudio`/`showSendToCloud` mode bar button and the showLink/sendData on-graph link. To enable sending your data to Chart Studio Cloud, you need to set both `plotlyServerURL` to \'https://chart-studio.plotly.com\' and also set `showSendToCloud` to true.</param>
2815
2817
/// <paramname="Editable">Determines whether the graph is editable or not. Sets all pieces of `edits` unless a separate `edits` config item overrides individual parts.</param>
2816
-
/// <paramname="Edits">Determines if the main anchor of the annotation is editable. The main anchor corresponds to the text (if no arrow) or the arrow (which drags the whole thing leaving the arrow length & direction unchanged).</param>
2818
+
/// <paramname="Edits">Determines if the main anchor of the annotation is editable. The main anchor corresponds to the text (if no arrow) or the arrow (which drags the whole thing leaving the arrow length and direction unchanged).</param>
/// <paramname="Autosizable">Determines whether the graphs are plotted with respect to layout.autosize:true and infer its container size.</param>
2819
2821
/// <paramname="Responsive">Determines whether to change the layout size when window is resized. In v3, this option will be removed and will always be true.</param>
/// <paramname="FillFrame">When `layout.autosize` is turned on, determines whether the grap fills the container (the default) or the screen (if set to *true*).</param>
2821
2823
/// <paramname="FrameMargins">When `layout.autosize` is turned on, set the frame margins in fraction of the graph size.'</param>
2822
2824
/// <paramname="ScrollZoom">Determines whether mouse wheel or two-finger scroll zooms is enable. Turned on by default for gl3d, geo and mapbox subplots (as these subplot types do not have zoombox via pan, but turned off by default for cartesian subplots. Set `scrollZoom` to *false* to disable scrolling for all subplots.</param>
2823
2825
/// <paramname="DoubleClick">Sets the double click interaction mode. Has an effect only in cartesian plots. If *false*, double click is disable. If *reset*, double click resets the axis ranges to their initial values. If *autosize*, double click set the axis ranges to their autorange values. If *reset+autosize*, the odd double clicks resets the axis ranges to their initial values and even double clicks set the axis ranges to their autorange values.</param>
@@ -2840,7 +2842,7 @@ type Chart =
2840
2842
/// <paramname="Watermark">watermark the images with the company\'s logo</param>
2841
2843
/// <paramname="plotGlPixelRatio">Set the pixel ratio during WebGL image export. This config option was formerly named `plot3dPixelRatio` which is now deprecated.</param>
2842
2844
/// <paramname="SetBackground">Set function to add the background color (i.e. `layout.paper_color`) to a different container. This function take the graph div as first argument and the current background color as second argument. Alternatively, set to string *opaque* to ensure there is white behind it.</param>
2843
-
/// <paramname="TopojsonURL">Set the URL to topojson used in geo charts. By default, the topojson files are fetched from cdn.plot.ly. For example, set this option to: <path-to-plotly.js&GlobalTransforms;/dist/topojson to render geographical feature using the topojson files that ship with the plotly.js module.</param>
2845
+
/// <paramname="TopojsonURL">Set the URL to topojson used in geo charts. By default, the topojson files are fetched from cdn.plot.ly. For example, set this option to: <path-to-plotly.js>/dist/topojson to render geographical feature using the topojson files that ship with the plotly.js module.</param>
2844
2846
/// <paramname="MapboxAccessToken">Mapbox access token (required to plot mapbox trace types). If using an Mapbox Atlas server, set this option to \'\' so that plotly.js won\'t attempt to authenticate to the public Mapbox server.</param>
2845
2847
/// <paramname="Logging">Turn all console logging on or off (errors will be thrown). This should ONLY be set via Plotly.setPlotConfig Available levels: 0: no logs 1: warnings and errors, but not informational messages 2: verbose logs</param>
2846
2848
/// <paramname="NotifyOnLogging">Turn all console logging on or off (errors will be thrown). This should ONLY be set via Plotly.setPlotConfig Available levels: 0: no logs 1: warnings and errors, but not informational messages 2: verbose logs</param>
Copy file name to clipboardExpand all lines: src/Plotly.NET/ChartAPI/Chart2D.fs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3363,6 +3363,7 @@ module Chart2D =
3363
3363
/// <paramname="MarkerPatternShape">Sets a pattern shape for all bars</param>
3364
3364
/// <paramname="MultiMarkerPatternShape">Sets an individual pattern shape for each bar</param>
3365
3365
/// <paramname="MarkerPattern">Sets the marker pattern (use this for more finegrained control than the other pattern-associated arguments).</param>
3366
+
/// <paramname="Marker">Sets the marker of this trace.</param>
3366
3367
/// <paramname="Line">Sets the outline of the histogram's bars.</param>
3367
3368
/// <paramname="XError">Sets the x error of this trace.</param>
3368
3369
/// <paramname="YError">Sets the y error of this trace.</param>
@@ -5422,8 +5423,7 @@ module Chart2D =
5422
5423
/// <paramname="high">Sets the high values.</param>
5423
5424
/// <paramname="low">Sets the low values.</param>
5424
5425
/// <paramname="close">Sets the close values.</param>
5425
-
/// <paramname="X">Sets the x coordinates. If absent, linear coordinate will be generated.</param>
5426
-
/// <paramname="MultiX">Sets the x coordinates. If absent, linear coordinate will be generated. Use two inner arrays here to plot multicategorial data</param>
5426
+
/// <paramname="x">Sets the x coordinates. If absent, linear coordinate will be generated.</param>
5427
5427
/// <paramname="Name">Sets the trace name. The trace name appear as the legend item and on hover.</param>
5428
5428
/// <paramname="ShowLegend">Determines whether or not an item corresponding to this trace is shown in the legend.</param>
5429
5429
/// <paramname="Opacity">Sets the Opacity otf the trace.</param>
0 commit comments