Hello,
I want to put something in a bar chart but the thing is each of my bar
should have a different width depending on the x value.
Let say my x and y values are 0,10,20,30,40.
My first bar should represent (0 to 20,0 to 10) and my second (20 to
30, 0 to 20). Then my first bar should be twice larger than my second
one. I want to use bar and not point because it's easier to read and
because my x-value are "intervals".
I also want to put different colors on each bar. My first and third
one can be yellow and my second blue for example.
Maybe I am not using the right chart for want I want to do.
Thanks,