[visualization-api] Re: Window.onresize cannot trigger dashboard draw?

2018-04-20 Thread Ibrahim Pala
Add This After draw(data) window.addEventListener("resize",drawfunctionname, false); drawfunctionname must be your draw function name be carefully :) 5 Nisan 2018 Perşembe 02:32:58 UTC+3 tarihinde Sean Larson yazdı: > > Hello, > > When working with only a single chart I was able to

[visualization-api] Re: How can we make datefilter for Weekly, Quarterly, Yearly from Contents Daily Date JSON or Data

2018-04-17 Thread Ibrahim Pala
Nobody know anything about that? Datefilter is exists, datefiter type is not? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[visualization-api] Re: Introducing Frozen Google Charts

2018-04-12 Thread Ibrahim Pala
Hello, How can we make datefilter for Weekly, Quarterly, Yearly from Contents Daily Date JSON or Data? For example: I made this and you can choose your date type but which date type you choose it gives always daily range: *http://adresyazilim.com/grafik/ *

[visualization-api] How can we make datefilter for Weekly, Quarterly, Yearly from Contents Daily Date JSON or Data

2018-04-11 Thread Ibrahim Pala
Hello, How can we make datefilter for Weekly, Quarterly, Yearly from Contents Daily Date JSON or Data? For example: I made this and you can choose your date type but which date type you choose it gives always daily range: *http://adresyazilim.com/grafik/* For instance: If i choose weekly,

[visualization-api] Re: Google chart is not taking full width while in bootstrap accordion

2018-04-10 Thread Ibrahim Pala
Use This For Resolve Your Problem: .tab-content > .tab-pane, .pill-content > .pill-pane { display: block; height: 0; overflow-y: hidden; } .tab-content > .active, .pill-content > .active {