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

Adjust fractional part of VAF cart ticks #13

Open
wants to merge 23 commits into
base: timeline-VAF-grouprows-2
Choose a base branch
from

Conversation

forus
Copy link

@forus forus commented Oct 21, 2020

to be able to distinquish tick labels

@@ -122,14 +123,18 @@ export default class VAFChartWrapper extends React.Component<
}

@computed get ticks(): { label: string; value: number; offset: number }[] {
const tickmarkValues = getYAxisTickmarks(
let tickmarkValues = getYAxisTickmarks(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change let into const?

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