Flags overlap when they are close date to each other #4674
Comments
As stated in #4692: for now, As for workaround, consider using plugin for flags grouping, see: http://www.highcharts.com/plugin-registry/single/41/flags-grouping |
After using flags grouping also still facing overlapping issue.can u please solve the issue in the below url |
Sure, here is an example: http://jsfiddle.net/JppHN/8/ Note: |
Hi Can this plugin be modified to stack the flags one above the other instead of grouping it and not being shown on the chart. |
overlapping issue is solved but when we scroll the navigator still i can see the overlapping .As niketh suggested can we make the flags one above the other? |
Hmm.. plugin's name is "Flags grouping", so I guess it won't do what you described (note: I'm not the author of that plugin). |
I can understand that if any alternate solution is there let me know. anyone is working on this issue(highchart team) because this overlapping causing a serious problem ,which is dependent on the individual flag information. |
Connected UserVoice idea. |
I created simple snippet plugin-style, which detects label collision and increments label position. See plugin in action: http://jsfiddle.net/p037jdyj/ Code:
Let me know how it works for you! |
This Highcharts.seriesTypes.flags.prototype modification worked great for me--thanks! |
This issue is 1.5 years old, any update on a built in fix? This is not really an enhancement but a bug fix since the flags are unusable if they overlap. |
Any updates on flag overlap fix? |
I applied the |
The change works very well when having only some flags, well done. However, charts with a lot of flags become unusable, see http://jsfiddle.net/o4hpdnct/ Is there an option to modify or turn this flag-distribution behavior off Thanks |
…e the new feature of overlap avoidance. See #4674.
Thanks for your suggestion, yes of course we need an option to toggle this. Added the option called |
flags are overlapping with close date.so how to avoid such kind of issue
Below is sample
http://jsfiddle.net/JppHN/7/
The text was updated successfully, but these errors were encountered: