I use the magic of% chart in DataLab to create charts. I see in the examples that there are options that can be specified in the body of the cell to fine-tune these diagrams. Where can I find documentation on these?
Charts created using the% chart use the Google chart tools ( https://developers.google.com/chart/ ). The documentation there describes the options available for each chart. For example, options for bubble charts are documented at https://developers.google.com/chart/interactive/docs/gallery/bubblechart#configuration-options .
In DataLab, you can specify these parameters in a cell using JSON or YAML.
You can get limited help using% chart --help and% chart <charttype> --help. The help shown there should be much better in a future release.
In case someone remains confused, an example syntax is as follows:
%%chart scatter --data births title: Birth Weight vs Weeks height: 400 width: 900 hAxis: title: Weeks vAxis: title: Weight legend: none
Source: https://habr.com/ru/post/1611850/More articles:Запустить режим киоска Chrome в назначенный доступ к окнам 10 - windowsThis adb server $ ADB_VENDOR_KEYS is not installed - androidBest charting documentation - google-cloud-datalabКакая большая сложность этого рекурсивного алгоритма? - sortingUnable to connect my Nexus5 to OSx Yosemite - androidКак я могу рассчитать 10 ^ 400, без возврата MATLAB "inf"? - matlabCould not restore SQL Server database - Version conflict - databaseМожно ли сделать метод, который принимает любое количество аргументов? - javaProblem trying to run Selenium - javascriptЕсть ли простой способ по умолчанию построить общий тип в С++, без экземпляра распределителя? - c++All Articles