Skip to content

Instantly share code, notes, and snippets.

@louwersj
Created February 24, 2018 10:54
Show Gist options
  • Save louwersj/bc8a700fcd59919a3af251827d357475 to your computer and use it in GitHub Desktop.
Save louwersj/bc8a700fcd59919a3af251827d357475 to your computer and use it in GitHub Desktop.
Original Oracle JET bubbleSeries chart data
/* chart data -- optimized */
var bubbleSeries = [{"name" : "Identity Fraud", "items" : [{"x":15, "y":25, "z":5}, {"x":25, "y":30, "z":12}, {"x":25, "y":45, "z":12}]},
{"name" : "Credential Fraud", "items" : [{"x":15, "y":15, "z":8}, {"x":20, "y":35, "z":14}, {"x":40, "y":55, "z":35}]},
{"name" : "Data Fraud", "items" : [{"x":10, "y":10, "z":8}, {"x":18, "y":55, "z":10}, {"x":40, "y":50, "z":18}]},
{"name" : "Hack attempt", "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