chinmaymk / angular-charts

angular directives for creating common charts using d3
MIT License
1.03k stars 270 forks source link

Legend Overlap #184

Open mariantatarau opened 9 years ago

mariantatarau commented 9 years ago

If width of chart is small, the legend labels overlap, is possible to solve that somehow?

PS: is not about right or left legend, is about under chart legend

lvarayut commented 9 years ago

+1 I'm facing the same issue. Did you figure it out?

mariantatarau commented 9 years ago

yes but i put in min, will be a pull request in few days

lvarayut commented 9 years ago

@mariantatarau Any progress? Could you show me the code?

mariantatarau commented 9 years ago

sorry i change the chart, and the change was in min file, here is the old min file you can use it.

http://pastebin.com/ha8qr9N9

lvarayut commented 9 years ago

@mariantatarau , thanks so much. I just figured it out for a while and did the exact same code as you. :)

mariantatarau commented 9 years ago

:+1:

BassamTarek commented 9 years ago

@mariantatarau @lvarayut Can you share how you solved this ? the paste has been removed Thanks in advance

lvarayut commented 9 years ago

@BassamTarek, you would take a look at this commit.

BassamTarek commented 9 years ago

Thank you