Skip to content
#

datavis

Here are 45 public repositories matching this topic...

KEIII
KEIII commented Aug 30, 2018

anychart.charts.Cartesian.print requires paperSize of anychart.graphics.vector.PaperSize
but doc says it must be a string.

Example:

chart.print('A4', true); // error TS2345: Argument of type '"A4"' is not assignable to parameter of type 'PaperSize | undefined'.

It seems PaperSize should be

jkarnowski
jkarnowski commented Dec 15, 2017

Section titles should reflect what someone will learn by completing that section of the tutorial. To clarify, here's a suggestion:

Section Title Changes

1. Make a Map

2. Plot data on a map

3.Add layers to the map

4.Add a chart to the map

5. Handle events on the map

6. Enable different packages to interact on the map

Improve this page

Add a description, image, and links to the datavis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datavis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.