[visualization-api] Re: Google Charts - Data series without label for each point?

2018-03-30 Thread Tim Mousel
Hi Jeremy, I appreciate the time you took to answer this. I made a jsfiddle with your code: https://jsfiddle.net/bigtime/g5w4z9wn/ I need it to be displayed differently. I have a resting heart rate value for each day of the week. So in a month, there would be 30 data points but I only want to

[visualization-api] Re: Google Charts - Data series without label for each point?

2018-03-30 Thread Jeremy Simpson
Hi Tim, See if this will be a helpful solution: https://www.gstatic.com/charts/loader.js";> google.charts.load('current', {'packages':['line']}); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = new