Skip to content

"undefined" show on top of tracker info #147

@nichliu

Description

@nichliu

"undefined" show on top of tracker info, how can I remove it
screen shot 2017-04-20 at 9 52 02 pm

Also trackerShowTime=true is not working

Here is my code

<ChartRow
    height="400"
    trackerInfoValues={[
        {label: "Temperature", value: this.state.temperature.toString()+" °C"},
        {label: "Humidity", value: this.state.humidity.toString()+ " %RH"}
     ]}
    trackerInfoWidth={130}
    trackerInfoHeight={40}
    trackerTime={this.state.tracker}
    trackerShowTime={true}
 >

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions