Skip to content

Commit

Permalink
chore: refactor of control class and functions (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellvix authored Aug 29, 2024
1 parent d001287 commit b092385
Show file tree
Hide file tree
Showing 2 changed files with 1,289 additions and 1,753 deletions.
7 changes: 7 additions & 0 deletions src/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@ class Constants {
* @memberof BasicChartProperties
*/
navigation = 1; // 0 = row navigation (up/down), 1 = col navigation (left/right)
/**
* The orientation of the chart. 'horz' = horizontal, 'vert' = vertical
* @type {string}
* @default 'horz'
* @memberof BasicChartProperties
*/
plotOrientation = 'horz';

/**
* @namespace AudioProperties
Expand Down
Loading

0 comments on commit b092385

Please sign in to comment.