C3 stacked bar chart Customized
up vote
0
down vote
favorite
Screencast URL
I want to customize the c3 graph.
If you look at the image, you can see a stacked graph.
During this stack, I want the green rect down to become 'overlap'.
The purpose of the figure is to transform the square yellow on the x-axis into the square red. The following code is the default code for a stack chart.
var chart = c3.generate({
bindto : parentId,
data: {
columns: [
['data1', 30, 200, 200, 400, 150, 250],
['data2', 130, 100, 100, 200, 150, 50],
['data3', 230, 200, 200, 300, 250, 250]
],
type: 'bar',
groups: [
['data1', 'data2','data3']
],
selection: {
enabled: true
}
},
grid: {
y: {
lines: [{value:0}]
}
}
});
d3 Select by selector Selecting the engine drawn in the straight path of the graph. You need to customize the path when customizing the "chart.internal.mainBar._groups [2]" selection.
javascript d3.js c3.js
add a comment |
up vote
0
down vote
favorite
Screencast URL
I want to customize the c3 graph.
If you look at the image, you can see a stacked graph.
During this stack, I want the green rect down to become 'overlap'.
The purpose of the figure is to transform the square yellow on the x-axis into the square red. The following code is the default code for a stack chart.
var chart = c3.generate({
bindto : parentId,
data: {
columns: [
['data1', 30, 200, 200, 400, 150, 250],
['data2', 130, 100, 100, 200, 150, 50],
['data3', 230, 200, 200, 300, 250, 250]
],
type: 'bar',
groups: [
['data1', 'data2','data3']
],
selection: {
enabled: true
}
},
grid: {
y: {
lines: [{value:0}]
}
}
});
d3 Select by selector Selecting the engine drawn in the straight path of the graph. You need to customize the path when customizing the "chart.internal.mainBar._groups [2]" selection.
javascript d3.js c3.js
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Screencast URL
I want to customize the c3 graph.
If you look at the image, you can see a stacked graph.
During this stack, I want the green rect down to become 'overlap'.
The purpose of the figure is to transform the square yellow on the x-axis into the square red. The following code is the default code for a stack chart.
var chart = c3.generate({
bindto : parentId,
data: {
columns: [
['data1', 30, 200, 200, 400, 150, 250],
['data2', 130, 100, 100, 200, 150, 50],
['data3', 230, 200, 200, 300, 250, 250]
],
type: 'bar',
groups: [
['data1', 'data2','data3']
],
selection: {
enabled: true
}
},
grid: {
y: {
lines: [{value:0}]
}
}
});
d3 Select by selector Selecting the engine drawn in the straight path of the graph. You need to customize the path when customizing the "chart.internal.mainBar._groups [2]" selection.
javascript d3.js c3.js
Screencast URL
I want to customize the c3 graph.
If you look at the image, you can see a stacked graph.
During this stack, I want the green rect down to become 'overlap'.
The purpose of the figure is to transform the square yellow on the x-axis into the square red. The following code is the default code for a stack chart.
var chart = c3.generate({
bindto : parentId,
data: {
columns: [
['data1', 30, 200, 200, 400, 150, 250],
['data2', 130, 100, 100, 200, 150, 50],
['data3', 230, 200, 200, 300, 250, 250]
],
type: 'bar',
groups: [
['data1', 'data2','data3']
],
selection: {
enabled: true
}
},
grid: {
y: {
lines: [{value:0}]
}
}
});
d3 Select by selector Selecting the engine drawn in the straight path of the graph. You need to customize the path when customizing the "chart.internal.mainBar._groups [2]" selection.
javascript d3.js c3.js
javascript d3.js c3.js
edited Nov 20 at 4:25
rioV8
3,8282211
3,8282211
asked Nov 20 at 4:19
김규현
32
32
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53386159%2fc3-stacked-bar-chart-customized%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown