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

Gauge do not displays tickmarks with decimals #8

Open
ElizBth opened this issue May 14, 2015 · 1 comment
Open

Gauge do not displays tickmarks with decimals #8

ElizBth opened this issue May 14, 2015 · 1 comment
Assignees

Comments

@ElizBth
Copy link

ElizBth commented May 14, 2015

I tried to show the tickmarks each 0.1 but it do not show. It only show integer numbers
Here the code:

GaugeBuilder.create()
.prefSize(400, 400)
.startAngle(330)
.angleRange(300)
.minValue(0)
.maxValue(10)
.value(4)
.minorTickSpace(0.1)
.majorTickSpace(1)
.plainValue(false)
.tickLabelOrientation(Gauge.TickLabelOrientation.HORIZONTAL)
.threshold(70)
.thresholdVisible(false)
.minMeasuredValueVisible(true)
.maxMeasuredValueVisible(true)
.build();

@HanSolo HanSolo self-assigned this May 17, 2015
@HanSolo
Copy link
Owner

HanSolo commented May 17, 2015

The github version of Enzo is a bit outdated, you should better use the version on bitbucket or take the binary from bintray.

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