yaph / d3-geomap

A library for creating geographical maps based on D3.js
https://d3-geomap.github.io/
MIT License
133 stars 45 forks source link

RTL support for d3 geomap - choropleth #50

Closed pavandixit93 closed 5 years ago

pavandixit93 commented 5 years ago

When i try to add dir="rtl" in HTML tag, As per observation d3 geomap does not have RTL processing, Is there any RTL related config or how to add RTL support in D3 geomap library?

yaph commented 5 years ago

No sorry, there is no RTL related config. I assume you want RTL support in tooltips, is this correct? Honestly, I'm not experienced with adding RTL support to JavaScript libraries, so any help with this is very appreciated.

pavandixit93 commented 5 years ago

Not required as of now.