Skip to content

Commit 685e48f

Browse files
committed
Fix xml docs
1 parent 1c52ded commit 685e48f

File tree

14 files changed

+109
-101
lines changed

14 files changed

+109
-101
lines changed

Plotly.NET.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{7B09CC0A-F
112112
docs\Dockerfile = docs\Dockerfile
113113
docs\index.fsx = docs\index.fsx
114114
docs\NuGet.config = docs\NuGet.config
115-
docs\_template.fsx = docs\_template.fsx
116115
docs\_template.html = docs\_template.html
117116
docs\_template.ipynb = docs\_template.ipynb
118117
EndProjectSection

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.100",
3+
"version": "7.0.100",
44
"rollForward": "latestMinor"
55
}
66
}

src/Plotly.NET/ChartAPI/Chart.fs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2530,7 +2530,9 @@ type Chart =
25302530
/// </summary>
25312531
/// <param name="BGColor">Sets the legend background color. Defaults to `layout.paper_bgcolor`.</param>
25322532
/// <param name="BorderColor">Sets the color of the border enclosing the legend.</param>
2533-
/// <param name="Borderwidth">Sets the width (in px) of the border enclosing the legend.</param>
2533+
/// <param name="BorderWidth">Sets the width (in px) of the border enclosing the legend.</param>
2534+
/// <param name="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+
/// <param name="EntryWidthMode">Determines what entrywidth means.</param>
25342536
/// <param name="Font">Sets the font used to text the legend items.</param>
25352537
/// <param name="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>
25362538
/// <param name="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 =
28132815
/// <param name="TypesetMath">Determines whether math should be typeset or not, when MathJax (either v2 or v3) is present on the page.</param>
28142816
/// <param name="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>
28152817
/// <param name="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-
/// <param name="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+
/// <param name="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>
28172819
/// <param name="EditSelection">Enables moving selections.</param>
28182820
/// <param name="Autosizable">Determines whether the graphs are plotted with respect to layout.autosize:true and infer its container size.</param>
28192821
/// <param name="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>
2820-
/// <param name="FillFrame"When `layout.autosize` is turned on, determines whether the grap fills the container (the default) or the screen (if set to *true*).></param>
2822+
/// <param name="FillFrame">When `layout.autosize` is turned on, determines whether the grap fills the container (the default) or the screen (if set to *true*).</param>
28212823
/// <param name="FrameMargins">When `layout.autosize` is turned on, set the frame margins in fraction of the graph size.'</param>
28222824
/// <param name="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>
28232825
/// <param name="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 =
28402842
/// <param name="Watermark">watermark the images with the company\'s logo</param>
28412843
/// <param name="plotGlPixelRatio">Set the pixel ratio during WebGL image export. This config option was formerly named `plot3dPixelRatio` which is now deprecated.</param>
28422844
/// <param name="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-
/// <param name="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: &lt;path-to-plotly.js&GlobalTransforms;/dist/topojson to render geographical feature using the topojson files that ship with the plotly.js module.</param>
2845+
/// <param name="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: &lt;path-to-plotly.js&gt;/dist/topojson to render geographical feature using the topojson files that ship with the plotly.js module.</param>
28442846
/// <param name="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>
28452847
/// <param name="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>
28462848
/// <param name="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>

src/Plotly.NET/ChartAPI/Chart2D.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3363,6 +3363,7 @@ module Chart2D =
33633363
/// <param name="MarkerPatternShape">Sets a pattern shape for all bars</param>
33643364
/// <param name="MultiMarkerPatternShape">Sets an individual pattern shape for each bar</param>
33653365
/// <param name="MarkerPattern">Sets the marker pattern (use this for more finegrained control than the other pattern-associated arguments).</param>
3366+
/// <param name="Marker">Sets the marker of this trace.</param>
33663367
/// <param name="Line">Sets the outline of the histogram's bars.</param>
33673368
/// <param name="XError">Sets the x error of this trace.</param>
33683369
/// <param name="YError">Sets the y error of this trace.</param>
@@ -5422,8 +5423,7 @@ module Chart2D =
54225423
/// <param name="high">Sets the high values.</param>
54235424
/// <param name="low">Sets the low values.</param>
54245425
/// <param name="close">Sets the close values.</param>
5425-
/// <param name="X">Sets the x coordinates. If absent, linear coordinate will be generated.</param>
5426-
/// <param name="MultiX">Sets the x coordinates. If absent, linear coordinate will be generated. Use two inner arrays here to plot multicategorial data</param>
5426+
/// <param name="x">Sets the x coordinates. If absent, linear coordinate will be generated.</param>
54275427
/// <param name="Name">Sets the trace name. The trace name appear as the legend item and on hover.</param>
54285428
/// <param name="ShowLegend">Determines whether or not an item corresponding to this trace is shown in the legend.</param>
54295429
/// <param name="Opacity">Sets the Opacity otf the trace.</param>

0 commit comments

Comments
 (0)