For catching errors, try using the Chrome developer's console (open the
page in Chrome, use the menu or hit ctrl+shift+j to open the developer's
console). If there is a syntax error or the code throws an error, it will
show up there.
LineCharts should work fine for this. You can control the thickness of
each line via the series.<series index>.lineWidth option, which takes an
integer value for the thickness of the line in pixels. If the line you
want to make thicker is the first data series, then the option might look
something like this:
series: {
0: {
lineWidth: 3
}
}
To deal with overlapping points, you can set the focusTarget option to
"category", which loads all values at a given x-axis point into the tooltip.
Here's an example incorporating both of
these: http://jsfiddle.net/asgallant/ryZNm/
On Tuesday, March 25, 2014 3:00:14 PM UTC-4, Dave Lalande wrote:
>
> Thank you for catching the syntax error. Soooo close. How do you learn
> to catch those errors? I feel so green. I am learning this stuff while
> doing my other jobs and am solo in this role so I don't have anyone to
> learn from / with. Thank goodness for forums, online tools and the
> asgallants of the world.
>
> Let me ask, how would you setup a system like this? I am setting this up
> to empower a Director to enter the data as they receive it over the next X
> months so that I don't have to do anything.
>
> Another question... I don't know if I'm using the best chart for this.
> The chart has to be very simple to read because ultimately it's going on a
> public website. The line charts might not be best because if the monthly
> metric value is the same it covers the others on the chart. Should I (or
> is there even a way) make the lines on our enterprise thicker than the
> others? Is there a way to enhance a line chart to better make sense of the
> data and get around one line cover another? I used to use bar charts but
> they got very busy as more data came in and the months filled in.
>
> Thanks again...
>
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.