1

Please help check this issue and recommend any library to make it work. I have used showtext library but not help.

enter image description here

enter image description here

Sample Data & Code

category_name     total_readers
មនោសញ្ចេតនា​            267867
ស្នេហា                 239880
ព្រឺព្រួច                 222031
អាថ៌កំបាំង               127858
គុននិយម               101888

df %>% 
  ggplot(aes(area = total_readers, fill = category_name, label = category_name)) +
  geom_treemap() + theme(legend.position = "bottom", ) +
  geom_treemap_text(fontface = "italic", colour = "white", place = "centre", grow = FALSE)
P-Cam
  • 33
  • 1
  • 6
  • 2
    It's easier to help you if you include a simple [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) with sample input that can be used to test and verify possible solutions. Pictures of data are not helpful because we cannot copy/paste that into R for testing. – MrFlick Mar 02 '22 at 15:05
  • @MrFlick I have edited my questions with sample data and code so that you can reproduce it. – P-Cam Mar 03 '22 at 06:28
  • This seems to be about dataframes, not databases. – Rick James Mar 04 '22 at 05:33
  • @RickJames I have check the dataframes and the char seem to be ok. Issue only when I plot it, the char seem to go wrong – P-Cam Mar 04 '22 at 08:35

0 Answers0