[visualization-api] my charts getting smaller automatically

2020-08-19 Thread sai reddy
import React, { useState, useEffect, Fragment } from "react"; import { Chart } from "react-google-charts"; import {DownloadOutlined} from '@ant-design/icons'; import Button from './Button'; const GoogleBubble = ({ hAxisLabel, vAxisLabel, chartData, chartTitle, printOption }) => { const [chartWrap

[visualization-api] Google Charts in a Dynamic Table/Accordion with Dynamic Id?

2020-08-19 Thread 'Mobile Design' via Google Visualization API
Hi All, I have a requirement wherein I need to implement Google Line Charts inside a table/accordion having ''n" no. of rows/accordion items based on dynamic data. On click of each row I call the Drawchart function by passing the id in a string. My query is can the google charts be implemented

[visualization-api] Google Timeline :: Bad version while using gstatic

2020-08-19 Thread shyam.ag...@gmail.com
Hi, I have downloaded https://www.gstatic.com/charts/loader.js in my project as lib file to avoid calling JS script dynamically on the fly. I used below code to generate timeline visualization, -- (static lib folder path in my src code) google.charts.load('1.1', {packages: ['timeline']}); go

[visualization-api] Pie Chart - UI issue

2020-08-19 Thread Krunal Wankhede
Hello, When I hover on pie chart I address a issue over there. UI was shaking on hover of pie chart where these (Work, Eat, Commute, Watch TV and Sleep.) are visible. Link for reference. https://developers.google.com/chart -- You received this message because you are subscribed to the Google G