Show HN: Graphql2chartjs: Realtime Charts Made Easy with GraphQL and ChartJS
The demo above cover the following types of charts: basic, multiple datasets, mixed chart-types, realtime chart with live data, realtime time-series
Hasura gives you an instant realtime GraphQL API on an existing Postgres database. For example a bar chart dataset needs labels and data associated for each label; the ChartJS API refers to this as and . Charts of this type need 2 data inputs: , (and for bubble).
Source: github.com