AnyChart/AnyChart-NodeJS

Missing part of information in the chart

lizard824 opened this issue · 2 comments

HI, i got a problem. When i export to png, jpg format.,it just show up x-Axis line and chart line.But it is fine with PDF and SVG.

@lizard824
This is a known issue. The problem comes from a conflict of imagemagick library versions.
Now we are looking for a solution and we will notify you when the solution becomes available.
Thank you for your report!

@lizard824
Please, try to install imagemagick-7.0.7-39
Exactly this version works properly.
If you are using homebrew manager you can execute the following commands:
brew unlink imagemagick
And then:
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/d702da6c9ee696d98e8313b7303c530680dd552f/Formula/imagemagick.rb