Disable study_templates by default #682
click "Symbol Info..." cause exception and can not close #680 Add Momentum to Library #677 onTick doesn't work #670 Overnight daily bars are displayed incorrectly on timescale #661 Bar marks are shifted #654 More data is requested when changing a timezone #652 Bar marks are moved to the last bar when switching time zone #651 Missing data #646 Double click on bar marks shows empty dialog (unstable only) #644 Option to disable savings of drawings created with API #643 Option to disable selection of drawings created with API #642 Add API for text drawings #640 Create a featureset to save favorite chart styles and study templates (+ watch in terminal) to local storage #626 Featureset show_dialog_on_snapshot_ready doesn't work #625 Implement the API call to inject custom CSS #619 Add executeActionById method #618 Two-columned layout is not working #599 Request for study templates persists even of they are switched off #598 Widget Event method callbacks for onIntervalChange, onAutoSaveNeeded, saveChart are not executed sometimes and intermittent in IE. #597 Option to remove market status indicator #589 Chart doesn't load on firefox #587 Cannot Retrieve Current Symbol from widget #585 drowing problem with lines end on mousemove, reproduced on official site #577 HotKeys support and customization of hotkeys #568 Return "Remove All Drawing Tools" #556 Empty bar for drawing instruments #551 Screen shot API function #548 Crosshair remain white points between sections #533 Create a line like (Support and Resistance) and this line wont be included in the Save State Chart #527 Chart doesn't unsubscribe from datafeed on destroy #512 Tickmarks in future are cleared after scrolling for more data #489 Сlick outside the chart widget does not close popups #465 Webkit bug use isFavorite of chart type #460 Auto Focus when mouse cursor is inside the chart. #452 Allow drawing rectangles and other 2 points shapes #448 Create horizontal break line with onContextMenu() #435 Implement an ability to set zOrder for created shapes #413 Resize Chart when its container is resized #372 Support for showing split, dividends, and earnings... #286 Disable tools #151 Significant memory leak on iframe reload #120
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// This file contains soem chart properties description. These properties are treated
|
||||
// This file contains some chart properties description. These properties are treated
|
||||
// as customizable ones. Other properties customization is not supported. See the documentation for details.
|
||||
//
|
||||
// This file format:
|
||||
@@ -14,7 +14,8 @@
|
||||
editorFontsList: ['Verdana', 'Courier New', 'Times New Roman', 'Arial']
|
||||
|
||||
paneProperties.background: "#ffffff"
|
||||
paneProperties.gridProperties.color: "#E6E6E6"
|
||||
paneProperties.vertGridProperties.color: "#E6E6E6"
|
||||
paneProperties.horzGridProperties.color: "#E6E6E6"
|
||||
|
||||
// Margins (percent). Used for auto scaling.
|
||||
paneProperties.topMargin: 5
|
||||
|
||||
Reference in New Issue
Block a user