Karl Tiedt
Karl Tiedt
In any rich demo... No keyboard shortcuts worked in latest chrome excep unless you selected text first so General typing... It would fail. I'll see about running tests at work...
I realize this is 6mo old but... just wanted to state for posterity sake that since Angular does not follow any standard module definitions, you have to use RequireJS Shims...
This got farther.. node.js:201 throw e; // process.nextTick error, or 'error' event on first tick ^ Error: Calling node's require("socket.io") failed with error: Error: Cannot find module 'uglify-js' at /Users/ktiedt/repos-git/noduino/node_modules/requirejs/bin/r.js:2255:27...
currently on 0.6.14
Just checked, those are the same versions installed, it appears a submodule has a bad dependency list... I updated node... to eliminate that potential problem then ended up having to...
Once I install those (no version specifics) -- srv.web.js starts, just the demo pages "Connect to" all cause a segfault (I dont have the board setup with ledWalker yet --...
Thanks @ondras, that clears up a lot actually... the only thing that doesnt quite set in my mind now is the options.height/width... in my current test page (only local) but...
Straight from the above link referenced in the title ``` Google Visualization API Sample google.setOnLoadCallback(drawVisualization); function drawVisualization() { var wrap = new google.visualization.ChartWrapper({ 'chartType':'LineChart', 'dataSourceUrl':'http://spreadsheets.google.com/tq?key=pCQbetd-CptGXxxQIG7VFIQ&pub=1', 'containerId':'visualization', 'query':'SELECT A,D WHERE D...
No problem, thanks for the info! -- Honestly I would much prefer to see full chart type suite supported over this feature... This was just a surprise when I was...
I've did a bit of digging, its a 3 line change to make annotation-chart load, however, it is incompatible with ShadowDOM due to external CSS requirements.