Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add support for TreeMap charts #59

Closed
Assignees
incandescentxxc
Labels
enhancementNew feature or request
@jbaron

Description

@jbaron

Currently there is no support for creating TreeMap type of charts. Would be great to add this (I can then also convert my last chart to ECharts_Java).

P.S Personally I actually only require little functionality, below is roughly the generated Javascript and as you can see the TreeMap Series specific attributes are very minimal (mostly the breadcrumb attribute). But can imagine others need more functionality.

            {                title: {                    text: 'Asset Performance'                },                visualMap: {                   min: -100.0,                   max: 100.0,                   dimension: 1,                   calculable: true,                   orient: 'horizontal',                   left: 'center',                   top: 'top',                   inRange : { color: ['#FF0000', '#00FF00'] }                },                tooltip: {                   position: 'top',                   formatter: 'some format                },                toolbox: {                    feature: {                        restore: {},                        saveAsImage: {}                    }                },                series : [{                    name: 'Assets',                    type: 'treemap',                    data : ...,                    breadcrumb : { show: false },                }],                backgroundColor: 'rgba(0,0,0,0)'            }

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp