Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.06 KB | None | 0 0
  1. datasourceTriple : {
  2.         'chart': {
  3.           'caption': "Rating Penyedia",
  4.           'xaxisname': "Penyedia",
  5.           'yaxisname': "Rating",
  6.           'formatnumberscale': "1",
  7.           'plottooltext': "TotalNya",
  8.           'theme': "fusion",
  9.           'drawcrossline': "1"
  10.         },
  11.         categories: [
  12.           {
  13.             category: [
  14.               {
  15.                 label: "2012"
  16.               },
  17.               {
  18.                 label: "2013"
  19.               },
  20.               {
  21.                 label: "2014"
  22.               },
  23.               {
  24.                 label: "2015"
  25.               },
  26.               {
  27.                 label: "2016"
  28.               }
  29.             ]
  30.           }
  31.         ],
  32.         dataset: [
  33.           {
  34.             seriesname: "iOS App Store",
  35.             data: [
  36.               {
  37.                 value: "125000"
  38.               },
  39.               {
  40.                 value: "300000"
  41.               },
  42.               {
  43.                 value: "480000"
  44.               },
  45.               {
  46.                 value: "800000"
  47.               },
  48.               {
  49.                 value: "1100000"
  50.               }
  51.             ]
  52.           },
  53.           {
  54.             seriesname: "Google Play Store",
  55.             data: [
  56.               {
  57.                 value: "70000"
  58.               },
  59.               {
  60.                 value: "150000"
  61.               },
  62.               {
  63.                 value: "350000"
  64.               },
  65.               {
  66.                 value: "600000"
  67.               },
  68.               {
  69.                 value: "1400000"
  70.               }
  71.             ]
  72.           },
  73.           {
  74.             seriesname: "Amazon AppStore",
  75.             data: [
  76.               {
  77.                 value: "10000"
  78.               },
  79.               {
  80.                 value: "100000"
  81.               },
  82.               {
  83.                 value: "300000"
  84.               },
  85.               {
  86.                 value: "600000"
  87.               },
  88.               {
  89.                 value: "900000"
  90.               }
  91.             ]
  92.           }
  93.         ]
  94.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement