Skip to content

Instantly share code, notes, and snippets.

@louwersj
Created February 24, 2018 10:52
Show Gist options
  • Save louwersj/d81b38b6a0bd1c0db5db8031b07213e6 to your computer and use it in GitHub Desktop.
Save louwersj/d81b38b6a0bd1c0db5db8031b07213e6 to your computer and use it in GitHub Desktop.
Original Oracle JET bubbleSeries chart data
/* chart data */
var bubbleSeries = [{name : "Series 1", items : [{x:15, y:25, z:5}, {x:25, y:30, z:12}, {x:25, y:45, z:12}]},
{name : "Series 2", items : [{x:15, y:15, z:8}, {x:20, y:35, z:14}, {x:40, y:55, z:35}]},
{name : "Series 3", items : [{x:10, y:10, z:8}, {x:18, y:55, z:10}, {x:40, y:50, z:18}]},
{name : "Series 4", items : [{x: 8, y:20, z:6}, {x:11, y:30, z: 8}, {x:30, y:40, z:15}]}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment