Skip to content

Plot from .json file #1104

Closed
Closed
@SimoneTosato

Description

@SimoneTosato

Hi,
I'm currently developing an app based on Electron and i'm implementing real time plotting of a timeseries using plotly.js. Currently i'm using lowdb to create a json file in which I save my (x,y) points and some other infos, is it possible in plotly to use the file as a source to plot data from? I hope this is not a duplicated issue, i haven't found anything about this yet.
If it could be useful my .json file has the following structure

{
    '_data_':[
        { 'series': , 'timestamp': , 'value': }
        .
        .
        .
   ],
  'other data'....
}

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