james

Results 28 issues of james

### Feature Description Is it possible to change the color of the volume bars? ### To Do `styles` param in `createTechnicalIndicator` seems to be ignored.

### Version 8.6.1 ### Steps to Reproduce ![image](https://user-images.githubusercontent.com/6874981/187024322-e4429843-a0b2-4377-a507-09f361447330.png) ### Current Behavior Cannot import without `// @ts-ignore` ### Expected Behavior Type definitions to allow imports. ### Environment ```markdown - OS: -...

Optimization

### Feature Description The weak_magnet has a hardcoded buffer value of `8`. Include an option to increase the sensitivity. ### To Do Include an option to increase the sensitivity.

enhancement

Goal is to load a window without the address and currently the only way to do it is in application mode: ``` /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app="http://www.google.com" ``` Is there a...

### Environment - Node Version: v18.17.1 - Nuxt Version: 3.7.4 - CLI Version: 3.9.0 - Nitro Version: 2.6.3 - Package Manager: [email protected] - Builder: - - User Config: alias, ssr,...

3.x
pending triage

**Describe the bug** Formatting datetime with name of week, name of month, etc. throws an error. ```javascript dayjs().format('ddd') TypeError: Cannot read properties of undefined (reading '4') at h (/Users/suah/Projects/Javascripts/tcl/node_modules/.pnpm/[email protected]/node_modules/dayjs/dayjs.min.js:1:5023) at...

The example code returns `undefined` ```javascript var object = { 'a': [{ 'b': { 'c': [1, 2, 3, 4] } }] }; _.invoke(['a[0].b.c.slice', 1, 3], object); ``` `invoke` does work...

### Version 9.7.2 ### Steps to Reproduce I've create a minimum repo here - https://github.com/jinusean/klinecharts-electron ### Current Behavior After running `npx vite` the electron app will load with dummy data....

### Feature Description Draw a formatted line in between sessions, e.g. A line at start of a new day ### To Do An options in the styles

### Feature Description Scale y-axis to only candles (ignore indicators). Currently with indicator (blue line) ![image](https://github.com/liihuu/KLineChart/assets/6874981/e00d2cf9-e0c1-4a88-b35e-d28cbad87c0a) Without indicator: ![image](https://github.com/liihuu/KLineChart/assets/6874981/94202297-ebf9-4f9c-89fb-0fbccd24cee8) Desired effect: Keep indicator on chart but scale y-axis as if...