JungHoonPark

Results 17 comments of JungHoonPark

Still same in ```"react-infinite-calendar": "^2.3.1", "@types/react-infinite-calendar": "^2.3.3",```

I'm using Typescript with React and I tried datePicker.tsx ```js import ko from "date-fns/locale/ko"; //... ``` index.d.ts ```diff locale?: { + locale?: any; blank?: string; headerFormat?: string; todayLabel?: { long:...

Seems fixed issue latest version `@type/react-infinite-calendar`

I've found that https://github.com/appannie/react-infinite-calendar is maintained which forked this library

see [this](https://rawgit.com/cornerstonejs/cornerstone/master/example/falseColorMapping/index.html) ```js function getCustomLookupTable(minPixelValue, maxPixelValue) { --   | const colormap = cornerstone.colors.getColormap('myCustomColorMap');   | colormap.setNumberOfColors(6);   |     | // You can also use `addColor` but in this case it wouldn't work.  ...

It seems same now. it displays black color when I change colormap. ` browser: chrome os: window10 `

I want to see an example for "Layered Image Stacks Example", but couldn't find. Can you provide me a link?

It seems magnifyTool affects to only one layer element(enabledElement), but the entire layers? [link](https://github.com/cornerstonejs/cornerstoneTools/blob/3925399f72e69f69a4b108be10bfce115eda3247/src/tools/MagnifyTool.js#L209)

Any updates on this? @sangheon-kim

Why don't you try [chart.load](https://naver.github.io/billboard.js/demo/#Data.LoadData)?