-
Notifications
You must be signed in to change notification settings - Fork 202
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Version
latest
Link to Minimal Reproduction
none
Steps to Reproduce
const spec = {
type: 'rangeColumn',
data: [
{
id: 'data0',
values: [
{ type: 'Category One', min: 100, max: 100 },
{ type: 'Category Two', min: 56, max: 108 },
{ type: 'Category Three', min: 38, max: 129 },
{ type: 'Category Four', min: 58, max: 155 },
{ type: 'Category Five', min: 45, max: 120 },
{ type: 'Category Six', min: 23, max: 99 },
{ type: 'Category Seven', min: 18, max: 56 },
{ type: 'Category Eight', min: 18, max: 34 }
]
}
],
direction: 'horizontal',
yField: 'type',
xField: ['min', 'max'],
label: {
visible: true
},
barMinHeight: 10
};
const vchart = new VChart(spec, { dom: CONTAINER_ID });
vchart.renderAsync();
// Just for the convenience of console debugging, DO NOT COPY!
window['vchart'] = vchart;
Current Behavior
none
Expected Behavior
none
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working