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
Some google-chart-format elements may be nested to format the columns of the chart.
Passing selection back into the google-chart-data element will set the value attribute with the selected rows from the DataTable. The show-rows and show-cols attributes can be calculated from the input data.
The resulting DataTable from a google-chart-query may be directly passed into a google-chart or can be manipulated via an intermediate google-chart-data element.
Some ideas below...
google-chart-data.output
is agoogle.visualization.DataView
google-chart-data.input
is a URL,DataTable
format object, orDataTable
object.This
google-chart-data
element is created inside thegoogle-chart
element to work with today's approach.Example with current data (in addition to current approach)
Example with rows and columns DataTable format objects
Example with new data features
Some
google-chart-format
elements may be nested to format the columns of the chart.Passing
selection
back into thegoogle-chart-data
element will set thevalue
attribute with the selected rows from theDataTable
. Theshow-rows
andshow-cols
attributes can be calculated from the input data.Example with Query
The resulting
DataTable
from agoogle-chart-query
may be directly passed into agoogle-chart
or can be manipulated via an intermediategoogle-chart-data
element.The text was updated successfully, but these errors were encountered: