Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

heatmapcore.js uncaught TypeError #78

Open
RoJoRZ opened this issue Mar 13, 2017 · 0 comments
Open

heatmapcore.js uncaught TypeError #78

RoJoRZ opened this issue Mar 13, 2017 · 0 comments

Comments

@RoJoRZ
Copy link

RoJoRZ commented Mar 13, 2017

Dear,

I am facing an error which I don't understand. I have a D3heatmap plot which works in the Rstudio viewer. But it does not show whenever I want to show it in a shiny app (neither local as on the server). This plot was until recently working perfectly. Looking in the error log I noticed this error in heatmapcore.js:

// Hack the width of the x-axis to allow x-overflow of rotated labels; the
// QtWebkit viewer won't allow svg elements to overflow:visible.
xaxis.style("width", (opts.width - opts.yclust_width) + "px");

Uncaught TypeError: xaxis.style is not a function

Can this be the reason of me failing to plot my D3heatmap or should I look into other options? Any help would be appreciated as I seem to got stuck here.

Thanks, Ronny

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant