qlik-demo-team / qdt-components

React Components to be used with Angular 10, React 16 and Vue 2. Connects with the Capability API and Engine API.
MIT License
92 stars 50 forks source link

Third Party Libraries and qdt-components #43

Closed alangrn closed 5 years ago

alangrn commented 5 years ago

Has anyone tried to use third party libraries with qdt-components in React?

I have tried 2 differently libraries and have create my own qdt-chart.

I can get it them to render but the selections both return an enigma error. I have used the same code in the Qlik-react-start applications and they work fine so trying to figure out what needs to change.

fkabinoff commented 5 years ago

I'm not sure how you're doing it, or what you're seeing. Need more info.

alangrn commented 5 years ago

Thanks Francis. I realised that I was missing a parameter in the select function. I can now get this rmplementation to work with third party chartiing libraries. Great work guys.