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
{{ message }}
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
<name>Google Visualization Data Source Library</name>
6
13
<version>1.0</version>
7
-
<description>This library makes it easy to implement a Visualization data source so that you can easily chart or visualize your data from any of your data stores. The library implements the Google Visualization API wire protocol and query language. You therefore need write only the code required to make your data available to the library in the form of a data table. This task is made easier by the provision of abstract classes and helper functions.</description>
14
+
<description>This library makes it easy to implement a Visualization data source so that you can
15
+
easily chart or visualize your data from any of your data stores.
16
+
The library implements the Google Visualization API wire protocol and query language.
17
+
You therefore need write only the code required to make your data available to the library in
18
+
the form of a data table.
19
+
This task is made easier by the provision of abstract classes and helper
0 commit comments