asked on
ASKER
JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.
TRUSTED BY
the type of chart in Google Charts would be a scatter chart, setting the lineWidth and pointSize properties accordingly (using https://code.google.com/apis/ajax/playground/?type=visualization#scatter_chart and adding ", lineWidth: 2, pointSize: 0," after the height property).
The issue is that as far as I know there is no chance to combine an area chart with a scatter chart with Google visualization.
HTH
Rainer