gujjula / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

Binding of bar length does not work. #334

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup binding to CPTBarPlotBindingBarTips for a bar plot. It is supposed to 
bind the data to bar length.
2. Add the plot to the plot space. 
3.

What is the expected output? What do you see instead?
Bars shall be drawn with the length of the binding array. Instead the bars are 
not visible.

What version of the product are you using? On what operating system?
Version is  Rev. 1207.

Please provide any additional information below.
Reason for the issue is that CPTBarPlot expects barLengths array instead of 
barTips. I have fixed it in the attached diff.

Thanks,
Markus

Original issue reported on code.google.com by markus.s...@netic.de on 17 Sep 2011 at 1:33

Attachments:

GoogleCodeExporter commented 9 years ago
CPTBarPlotBindingBarTips is the correct name. It should bind to a property 
called "barTips" instead of "barLengths".

The nomenclature change was made in this revision: 
http://code.google.com/p/core-plot/source/detail?r=a41a0dc2aa16c343f33a529002901
7de1b8244e1

Original comment by eskr...@mac.com on 18 Sep 2011 at 2:07

GoogleCodeExporter commented 9 years ago
This issue was closed by revision da9a08db980e.

Original comment by eskr...@mac.com on 18 Sep 2011 at 2:11

GoogleCodeExporter commented 9 years ago
Thanks for the quick fix.
Markus

Original comment by markus.s...@netic.de on 18 Sep 2011 at 2:26