Google.DataTable.Net.Wrapper
3.1.2
dotnet add package Google.DataTable.Net.Wrapper --version 3.1.2
NuGet\Install-Package Google.DataTable.Net.Wrapper -Version 3.1.2
<PackageReference Include="Google.DataTable.Net.Wrapper" Version="3.1.2" />
paket add Google.DataTable.Net.Wrapper --version 3.1.2
#r "nuget: Google.DataTable.Net.Wrapper, 3.1.2"
// Install Google.DataTable.Net.Wrapper as a Cake Addin #addin nuget:?package=Google.DataTable.Net.Wrapper&version=3.1.2 // Install Google.DataTable.Net.Wrapper as a Cake Tool #tool nuget:?package=Google.DataTable.Net.Wrapper&version=3.1.2
This library enables the end users to create a lightweight representation of the google.visualization.DataTable object directly in Microsoft.NET and the creation of the necessary JSON as needed by the Google Chart Tools Javascript library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Google.DataTable.Net.Wrapper:
Repository | Stars |
---|---|
anuraj/AspNetCoreSamples
This repository is set of ASP.NET Core projects and scripts.
|
Version 3.1.2.0 includes two changes:
- Default Column Label value set to be the same as the Column Name
- Bug Fix: Changing the "columnType" to "type" when serializing the DataTable.Column object. This now supports the serialization without using the GetJson() method.
for more information visit http://www.agile-code.com/