ipecharts.option.seriesitems.polygons3d module#

class ipecharts.option.seriesitems.polygons3d.Polygons3D(**kwargs: Any)[source]#

Bases: BaseWidget

Warning:

Autogenerated class

polygons3D is used to visualize polygon data with high information on the map, which is often used for drawing of buildings. The picture below shows the nearly 50w number of New York buildings drawn with polygons3D.

![](documents/asset/gl/img/polygons3D-ny.jpg)

type Unicode('polygons3D')#
multiPolygon Bool(None)#

Whether a data contains multiple polygons.

itemStyle Dict()#

Graphic styles, including color, transparency, strokes, and etc.

emphasis Dict()#

Mouse hover Highlights the style of graphics and labels.

data Dict()#

A list of data for the polygon.

``` data: [{

// A square coords: [[0, 0], [100, 0], [100, 100], [0, 100]], // Height height: 3

}, {

// A triangle coords: [[50, 0], [100, 100], [0, 100]], // Height height: 5

}]

```

progressiveThreshold Float(None)#

Enable progressive rendering thresholds, progressive rendering can be loading the screen without blocking.

progressive Float(None)#

Progressively render the amount of data per render.