Hello How are all here.
I am very new in google charts.
I am currently working on Line chart which displays the Week Days on
the x-axis labels .. I have got success in creating a simple line
chart using data retrieved from DB.
But I have an issue. On the X-axis, the Week days get repeated,
because I am dynamically pass the data source from db which also
contains the Week days.
So If in the datasource there are two Mondays, then it displays the
two Mondays on the X-axis label and the show lines for on the chart.

but I want to show Labels from Mon to Sun on X-axis labels. I also
want to show different lines for each data if there are more than 1
record for each week day.
One more thing to remember there can be max two Week days in the
datasource in my case. Because it returns data for two weeks from db.
So I need to show 2 different lines for each data against one week
day. e.g. There is a column Revenue in the datasource.
On one Monday the Revenue was $1000 and on the 2nd Monday it was
$2000. So I need to show a continuous line for one Monday and dotted
line for the other Monday.

I want to show the image of current chart, but I am not seeing any
attach file link here.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en.

Reply via email to