XPlot.Plotly by Taha Hachana

<PackageReference Include="XPlot.Plotly" Version="1.4.2-rc001" />

 XPlot.Plotly 1.4.2-rc001

XPlot is a cross-platform data visualization library that supports creating charts using Google Charts and Plotly. The library provides a composable domain specific language for building charts and specifying their properties.

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>XPlot.Plotly</id>
    <version>1.4.2-rc001</version>
    <title>XPlot.Plotly</title>
    <authors>Taha Hachana</authors>
    <owners>Taha Hachana</owners>
    <licenseUrl>http://github.com/TahaHachana/XPlot/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>http://github.com/TahaHachana/XPlot</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/TahaHachana/XPlot/master/docs/files/img/logo.png</iconUrl>
    <description>XPlot is a cross-platform data visualization library that supports creating charts using Google Charts and Plotly. The library provides a composable domain specific language for building charts and specifying their properties.</description>
    <summary>Data visualization library for F#</summary>
    <releaseNotes>Rationalise the GoogleChart and PlotlyChart types
Rationalise the pipeline style helpers</releaseNotes>
    <copyright>Copyright 2015</copyright>
    <tags>F# fsharp data visualization html5 javascript datavis google chart plotly deedle frame dataframe</tags>
    <dependencies>
      <dependency id="Http.fs" />
      <dependency id="Newtonsoft.Json" />
    </dependencies>
  </metadata>
</package>