Skip to content

Instantly share code, notes, and snippets.

@lohithgn
Last active October 3, 2016 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lohithgn/c5710cbbc914e4500b69711a8c7c0bfd to your computer and use it in GitHub Desktop.
Save lohithgn/c5710cbbc914e4500b69711a8c7c0bfd to your computer and use it in GitHub Desktop.
static data for the chart
$scope.initialData = [
{category:"MSIE",value:55.11},
{category:"Firefox",value:21.63},
{category:"Chrome",value:11.94},
{category:"Safari",value:7.15},
{category:"Opera",value:2.14},
];
$scope.msieData = [
{category:"MSIE 6.0",value:10.85},
{category:"MSIE 7.0",value:7.35},
{category:"MSIE 8.0",value:33.06},
{category:"MSIE 9.0",value:2.81},
];
//other category data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment