Ivan Kasenkov

Results 2 issues of Ivan Kasenkov

`anychart.charts.Cartesian.print` requires `paperSize` of `anychart.graphics.vector.PaperSize` but [doc](https://docs.anychart.com/Common_Settings/Printing#parameters) says it must be a string. Example: ```typescript chart.print('A4', true); // error TS2345: Argument of type '"A4"' is not assignable to parameter of...

Schema example with circular references what produce an `Maximum call stack size exceeded` error. ```json { "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "Diagram": { "properties": { "DiagramObjects": { "items": { "$ref": "#/definitions/DiagramObject"...

solved