Skip to content

Javascript example doesn't render #2

@chemeng

Description

@chemeng

The following simple example doesn't render..

let table = this.anychart.data.table(); table.addData(this.series); // map the data let mapping = table.mapAs({x: 'asofdate', value: 'price'}); // chart type this.chart = this.anychart.stock(); // set the series var series = this.chart.plot(0).line(mapping); series.name("Stock Price"); this.chart.title('Stock Price'); this.chart.container(this.$el); this.chart.draw();

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