Skip to content

Get frequency data into chart.js #4

Description

@maxwolff

Check chart.html for an example chart (http://www.chartjs.org/docs/latest/charts/line.html). We need to get data from this format:
[ { timestamp: '0x5a626c7e',
totalTransactions: '189',
contractFreq: '0' },
{ timestamp: '0x5a626c83',
totalTransactions: '195',
contractFreq: '0' },
{ timestamp: '0x5a627783',
totalTransactions: '152',
contractFreq: '0' } ]

into a chart with a timeseries x axis.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions