Skip to content

Commit

Permalink
add markers as new layer to timeline chart
Browse files Browse the repository at this point in the history
Add support marker layer with the following styles:

* 'cross'
* 'diamond'
* 'circle'
* 'plus'

Size and color can be defined.

Fixes #75

Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
  • Loading branch information
MatthewKhouzam committed Dec 9, 2020
1 parent 945960c commit 44d9ded
Show file tree
Hide file tree
Showing 11 changed files with 2,290 additions and 2,173 deletions.
2 changes: 2 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Hover to view descriptions of existing attributes.
// For more informa newPos = states[elIndex].range.start;tion, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"runtimeExecutable": "custom",
"configurations": [
{
"type": "chrome",
Expand All @@ -11,6 +12,7 @@
"webRoot": "${workspaceRoot}",
"url": "http://localhost:8080",
"sourceMaps": true,
"runtimeExecutable": "custom",
"sourceMapPathOverrides": {
"timeline-chart:///./js/": "${workspaceRoot}/timeline-chart/lib/**/.js",
"timeline-chart:///js/": "${workspaceRoot}/timeline-chart/lib/**/.js"
Expand Down
Loading

0 comments on commit 44d9ded

Please sign in to comment.