Pregunta

I would like to make a graphic illustration of: how many time have I used a specific label on my blog.

example:

  • January (1)
  • February (9)
  • March (5)
  • April (4)
  • ...

Where the numbers in the brackets mean the COUNT(my label) GROUP BY month So for example I used the "..." label 9 times during February.

I would like to make a bar chart or a line chart with the results.

Thanks

¿Fue útil?

Solución

I didn't find anything as good as I wanted to, but I had an idea: in the administration part, you can use filters for date and label, so it would not be too hard doing it by hand after all ...

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top