File tree Expand file tree Collapse file tree 7 files changed +51
-2
lines changed Expand file tree Collapse file tree 7 files changed +51
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.0.1 - June 10 2020
2
+
3
+ C# bindings for basic charts and styling for usage in ML.NET notebooks:
4
+
5
+ ** Chart styling / Layouting**
6
+
7
+ - [x] Extension Methods
8
+ - [x] SaveHtml
9
+ - [x] Show
10
+ - [x] WithTraceInfo
11
+ - [x] WithSize
12
+ - [x] WithXAxisStyle
13
+ - [x] WithYAxisStyle
14
+ - [x] Chart.Grid
15
+ - [x] Chart.Combine
16
+
17
+ ** Chart generation**
18
+ - [x] Chart.Invisible
19
+ - [x] Chart2D
20
+ - [x] Scatter
21
+ - [x] Point
22
+ - [x] Line
23
+ - [x] Bar
24
+ - [x] Column
25
+ - [x] Chart3D
26
+ - [x] Scatter3D
27
+ - [x] ChartPolar
28
+ - [x] ScatterPolar
29
+ - [x] ChartMap
30
+ - [x] ScatterGeo
31
+ - [x] ChartTernary
32
+ - [x] ScatterTernary
33
+ - [x] ChartCarpet
34
+ - [x] Carpet
35
+ - [x] ChartDomain
36
+ - [x] Pie
37
+ - [x] ChartSmith
38
+ - [x] ScatterSmith
Original file line number Diff line number Diff line change 22
22
23
23
<ItemGroup >
24
24
<None Include =" ..\..\docs\img\logo.png" Pack =" true" PackagePath =" \" />
25
+ <None Include =" RELEASE_NOTES.md" />
25
26
<Compile Include =" IGenericChartRenderer.fs" />
26
27
<Compile Include =" PuppeteerSharpRenderer.fs" />
27
28
<Compile Include =" ExportEngine.fs" />
Original file line number Diff line number Diff line change
1
+ ### 3.0.0 - June 10 2020
2
+
3
+ Test
Original file line number Diff line number Diff line change 38
38
<EmbeddedResource Remove =" bin\**" />
39
39
<None Remove =" bin\**" />
40
40
</ItemGroup >
41
-
41
+
42
42
<ItemGroup >
43
+ <None Include =" RELEASE_NOTES.md" />
43
44
<Compile Include =" Formatters.fs" />
44
45
<Compile Include =" Extension.fs" />
45
46
</ItemGroup >
Original file line number Diff line number Diff line change
1
+ ### 3.0.0 - June 10 2020
2
+
3
+ Test
Original file line number Diff line number Diff line change 32
32
<FsDocsReleaseNotesLink >https://github.com/plotly/Plotly.NET/blob/dev/RELEASE_NOTES.md</FsDocsReleaseNotesLink >
33
33
</PropertyGroup >
34
34
<ItemGroup >
35
+ <None Include =" RELEASE_NOTES.md" />
35
36
<None Include =" ..\..\docs\img\logo.png" Pack =" true" PackagePath =" \" />
36
37
<Compile Include =" AssemblyInfo.fs" />
37
38
<Compile Include =" InternalUtils.fs" />
125
126
<Compile Include =" Traces\TraceDomain.fs" />
126
127
<Compile Include =" Traces\TraceSmith.fs" />
127
128
<Compile Include =" Traces\TraceID.fs" />
128
- <Folder Include =" Extensions\" />
129
129
<Folder Include =" Layout\ObjectAbstractions\2D\" />
130
130
<Compile Include =" Config\ObjectAbstractions\Edits.fs" />
131
131
<Compile Include =" Config\ObjectAbstractions\ToImageButtonOptions.fs" />
Original file line number Diff line number Diff line change
1
+ ### 3.0.0 - June 10 2020
2
+
3
+ Test
You can’t perform that action at this time.
0 commit comments