Questions tagged [gchart]
61 questions
1
vote
1 answer
gchart not appearing
i am using this simple example from GChart
public void displayGChart(final ArrayList result){
GChart c = new GChart();
c.setChartTitle("x2 vs x");
c. setChartSize(150, 150);
c.…

junaidp
- 10,801
- 29
- 89
- 137
1
vote
1 answer
GWT GChart - Can ticks be positioned with offset?
I want to customize a chart developed using GWT library clientsidegchart (gchart) and I want to position the X axis tick labels above the axis and a little to the right (so that they don't overlap with the gridlines).
How can I do that ?
And also,…

Andrei F
- 4,205
- 9
- 35
- 66
0
votes
1 answer
How can i use any dataset form SQL in GoogleChart?
How can i use any dataset form SQL in GoogleChart? i really like googleChart. But i want to use Gchart with dataset from Sql' query result in C#?

Penguen
- 16,836
- 42
- 130
- 205
0
votes
1 answer
How to use multiple variables in a pie chart
I am working on an analysis of coping mechanisms for a project I am working on. I have each coping mechanism in a different variable and want to make a pie chart to visually represent how many people are using each coping mechanism but I do not know…

Ryan
- 15
- 5
0
votes
1 answer
laravel 9 + Vue3 + (vue-google-charts)
I'm trying to display data from laravel backend into Vue3 (vue-google-charts), but I didn't find any resources
this is a sample if my json data comming from backend
[
{
interest_oid: 1,
total_cards: 2
},
{
interest_oid: 3,
total_cards:…

LaraDiv
- 3
- 2
0
votes
1 answer
Stuck with $ref pointing to Proxy object with vue-router
I was using VueJS in browser mode and am now trying to switch my code to a VueJS SPA and vue-router. I've been stuck for hours with a $refs not working anymore.
To interact with my Google Charts, I was using an absolute reference to the graph…

Sam85
- 149
- 8
0
votes
1 answer
How can I customize a GChart in Vue.js?
Good evening. I am working on learning Vue.js and I want to make a basic charting website to practice and build skills. I am trying to customize my GChart.
Current chart: 1.
The first thing I am aiming to do is to customize the background color. The…

Tristan Butzine
- 1
- 2
0
votes
1 answer
Pass title to gchart with VueJS
I'm trying to use vue-google-chart library to draw graphs.
I'm using the following code for the component:
Vue.component('graph', {
template: ' ',
props: ['data', 'options'],
data()…

Sam85
- 149
- 8
0
votes
1 answer
gchartphp addDataSet() max limit?
I'm trying to create a PHP script that graphs some historical stock data.
I have the data in an array and am trying to graph it with gchartphp using this code:
require_once("../gchart/gChart.php");
$lineChart = new gLineChart(1000,…

nighthawk454
- 943
- 12
- 20
0
votes
2 answers
vue-google-chart how to change colour when filter click selected?
I have created stack column chart with filter when i click stack column.
But when i click selected, color is change to default color (blue)
Here my vue app
https://codesandbox.io/s/vue-dashboard-chart-6lvx4?file=/src/components/Dashboard.vue
I've…

dede.brahma
- 329
- 7
- 13
- 24
0
votes
1 answer
Vue-google-chart How to add filter categori
How to create a filter category in bar chart using vue-google-charts wrapper in Vue.js.
I have created stacked bar chart and i want to add filter by label inside legend.
Here my vue…

dede.brahma
- 329
- 7
- 13
- 24
0
votes
1 answer
update google chart with selected period parameter from v-select
I am looking for a way to update the google bar type chart display
by selecting the period value from v-select.
so far, Initially, my script loaded, call 'async created()' and
get Data from REST API to MongoDB call module and store returned data in…

HzK
- 47
- 5
0
votes
2 answers
Need help on Codeigniter gchart help usage
I followed the wiki artichle (http://codeigniter.com/wiki/gchart/revision/5312/) to practice google chart in my CI 2.0.
But it doesn't work.
controller file: ci\application\helpers\mytest.php
$this->load->helper( 'gchart'…

Nano HE
- 9,109
- 31
- 97
- 137
0
votes
1 answer
How to flip the x-axis labels only in google charts
I'm trying to display the price of a zero-coupon bond in a graph, as the days go from 150 days to maturity to 0 days to maturity, the price rises.
When I create the graph the days on the x-axis is always displayed rising however. Is there a way to…

Marcus Grass
- 1,043
- 2
- 17
- 38
0
votes
1 answer
Google Area Chart data mounted
I need seperate labels mounted for example:
this is an Area Chart from Google Chart. is posible change distance of label to points?
Regards,

BrianPando
- 117
- 1
- 4