-
graph library https://github.com/AnyChart/AnyChart-Android looks good. I need to learn how to use view inside of compose. Probably not too hard
-
I have installed rsvg and imagemgick but still when I run the application it says
Warning! Please install imagemagick utility. (https://www.imagemagick.org/script/binary-releases.php)
Warning! Plea…
-
I love AnyChart-iOS (CocoaPod Swift && 4.2) but now when Im trying to use the Swift Package Manager && Swift 5. It's not possible because I get a message that there's no Package.swift manifest for Any…
-
When running the code provided on Github for getting started , as well as others found on the Internet, an exception is thrown:
`Process: com.example.savingstrackerapp, PID: 12965
java.lang.Run…
-
I can't use the AnyChart library . I always get Cannot resolve symbol 'AnyChartView'
I added this line in my dependency
`implementation 'com.github.AnyChart:AnyChart-Android:1.1.2'`
Also I…
-
After using anychart's android library to develop an app within android studio, and successfully running it via usb to a smartphone, when I try to "make project" to compile it, the following error app…
-
Do you planning to create anychart-angular5 library or example of usage?
-
What's the proper way to set the name of a series with anychart-react?
-
I am using the "string" method to create a stage with multiple charts and an image:
var stage = anychart.graphics.create("container");var c0=anychart.fromJson({"chart":{"title":"Vodafone visits ove…
-
While utilizing gantt chart, the html code is not interpreted but clearly displayed in the header
Here is my code :
chart.getTimeline().header().useHtml(true).format(function() {
var …