Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

radialBargraph #28

Open
awekas opened this issue Aug 2, 2016 · 1 comment
Open

radialBargraph #28

awekas opened this issue Aug 2, 2016 · 1 comment

Comments

@awekas
Copy link

awekas commented Aug 2, 2016

Hi
It seems at the radialBargraph the declaration of minMeasuredValue and maxMeasuredValue value is missing. I got an error "ReferenceError: minMeasuredValue is not defined"
After i insert :
// Properties
var minMeasuredValue = maxValue;
var maxMeasuredValue = minValue;
at Line 1366 (like linear gauge) it's ok

Best Regards
Othmar

@mcrossley
Copy link
Collaborator

Thanks, I'll fix that in the next release.

On 2 August 2016 at 10:48, awekas [email protected] wrote:

Hi
It seems at the radialBargraph the declaration of minMeasuredValue and
maxMeasuredValue value is missing. I got an error "ReferenceError:
minMeasuredValue is not defined"

After i insert :
// Properties
var minMeasuredValue = maxValue;
var maxMeasuredValue = minValue;
at Line 1366 (like linear gauge) it's ok

Best Regards
Othmar


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#28, or mute the
thread
https://github.com/notifications/unsubscribe-auth/ABJAPv7-SONFujnqRp5AbSV3IkdbegcOks5qbxKKgaJpZM4JabbV
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants