This dropdown is created with 3 default values (0, 1, 2) (actual (0,1,2))

This chart is expected to be x=tag y=postCount for selections in the above dropdown

Loading...

This a test of the each block to make sure that queries remain iterable

{
  "postCount": 566,
  "tag": "#Customerhelp-desk"
}
{
  "postCount": 1703,
  "tag": "#e-commerce"
}
{
  "postCount": 2007,
  "tag": "#Nationalcapability"
}

This dropdown should have an initial value of 5 (actual: 5)


This is a custom echarts pie chart, haven't made it work yet

Loading...