datapoints to data in config #22

Open
opened 5 months ago by glitch4347 · 1 comments
Owner

This is how happens setup of LinePod:

var pod = new LinePod(
        document.getElementById('chart'),
        [
          { datapoints: [...], color: 'black' },
        ],
        options
      );

I think just data would be better for this. It would be more consistent with other options like Markers

This is how happens setup of LinePod: ``` var pod = new LinePod( document.getElementById('chart'), [ { datapoints: [...], color: 'black' }, ], options ); ``` I think just `data` would be better for this. It would be more consistent with other options like Markers
Poster
Owner

Actually it should be moved to core

Actually it should be moved to `core`
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.