Skip to content

Scale using data with value/key is broken for time series #44

@tpitale

Description

@tpitale

else {
var min_value = min(data, getValue);
domain = [
min_value < 0 ? min_value : 0,
max(data, getValue)
];
}

Does not work for time (and probably a lot of other scale types). The first time is always going to be > 0. But, we should still use the min value from the series.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions