Skip to content

amount should be included in render #50

@tracend

Description

@tracend

Currently you'll have to calculate the axis before you can render

This is done by using amount

vis.gt( 5 ).amount().render();

Amount should be implied when you try to render so you don't have that constant extra step.

A flag like _amountSetup that's set when amount is executed and reset when a new query method is created will make sure that render isn't using outdated axis.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions