My work involves a pretty heavy visualization. I used D3.js and the JavaScript Infovis toolkit for it.
I recently learned how Dart is a new way to develop web applications.
Q1. Does Dart provide any visualization libraries (something like D3.js or JavaScript Infovis toolkit )?
Q2. If I go to Dart, can I use the D3.js / JavaScript Infovis toolkit with Dart?
Edit:
I found over the Internet that we can use Javascript with Darth .
I looked through the Dart FAQ , but could not find anything related to the visualization libraries or D3.js perse.
Thanks to dart: js, you can use any js lib. See Using JavaScript from Dart for details .
You can also use the native d3.js ports to simplify development, since you can write visualization code in Dart. The good one you should pay attention to is charted
, API google.
Source: https://habr.com/ru/post/1524128/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1524123/recreate-git-repository-from-git-folder-from-stash&usg=ALkJrhgcqVWnKprrBQ7t3iLzrwD1J0hP5wOracle data driver passes remote server to them - databaseWhat causes Jetty BadMessage: 400 No host? - jettyI get http code as 000 or Time out on server for cURL in shell script - shellThe parameter is not valid when converting a byte array to an image - arraysRandom with a certain amount of a certain value - c #ngTable with angular -routing = undefined is not a function - angularjs-routingLexicographic sorting with Trie - javaJUnit crashes, saying that the method should be static, and then a message is issued that it should not be? - javaUsing COPY in pqxx - c ++All Articles