Saigesp / vue-d3-charts

D3 charts for Vue
https://saigesp.github.io/vue-d3-charts/
GNU Lesser General Public License v2.1
97 stars 30 forks source link

The word cloud chart does not show Persian and Arabic texts. #24

Closed farshidrezaei closed 3 years ago

farshidrezaei commented 4 years ago

The word cloud chart does not show Persian and Arabic texts. my data :

data= [
   {
      size:265919
      word:"ایران"
   },
   {
      size:263271
      word:"قران"
   },
   {
      size:259770
      word:"اسلام"
   }
];

but chart show blank box.

Saigesp commented 3 years ago

Hi @farshidrezaei, sorry for the delay.

The wordscloud is a wrapper for https://github.com/jasondavies/d3-cloud, so I suspect that the error is generated in it. Please try using it directly