Alan Palazzolo
Alan Palazzolo
Also, for reference, these issues from a while back were aiming to move towards this architectural approach, though many things have changed since then. https://github.com/Quartz/Chartbuilder/pull/48 https://github.com/Quartz/Chartbuilder/pull/103
So, the two big things to customize are the charts themselves and the interface. Most of this should be handled in CSS and CSS is trivial to override, the key...
Same issue, @tgillet1 fix worked. I did not hack the vis4 file, I just redefined the vis4.DelayedTask function. Maybe this is fixed in a newer version of vis4? (as I...
Changing that to `ss.hasOwnProperty('cssRules')` fixed the issue for me. Here's an easy fixed bookmarklet to add manually: ``` javascript:javascript: !function(){var t='';window.URL=window.URL||window.webkitURL;var e,n,o=document.body,l={xmlns:"http://www.w3.org/2000/xmlns/",xlink:"http://www.w3.org/1999/xlink",svg:"http://www.w3.org/2000/svg"};function s(t){var e="untitled";t.id?e=t.id:t.class?e=t.class:window.document.title&&(e=window.document.title.replace(/[^a-z0-9]/gi,"-").toLowerCase());var n=window.URL.createObjectURL(new Blob(t.source,{type:"text/xml"})),l=document.createElement("a");o.appendChild(l),l.setAttribute("class","svg-crowbar"),l.setAttribute("download",e+".svg"),l.setAttribute("href",n),l.style.display="none",l.click(),setTimeout(function(){window.URL.revokeObjectURL(n)},10)}e=[window.document],n=[],iframes=document.querySelectorAll("iframe"),objects=document.querySelectorAll("object"),[].forEach.call(iframes,function(t){try{t.contentDocument&&e.push(t.contentDocument)}catch(t){console.log(t)}}),[].forEach.call(objects,function(t){try{t.contentDocument&&e.push(t.contentDocument)}catch(t){console.log(t)}}),e.forEach(function(e){for(var o,s,r,i=function(t){var e="",n=t.styleSheets;if(n)for(var o=0;o1?function(t){var e;e=document.querySelectorAll(".svg-crowbar"),[].forEach.call(e,function(t){t.parentNode.removeChild(t)}),t.forEach(function(e){t.forEach(function(t){e!==t&&Math.abs(e.top-t.top)
Yeah, that has since been updated; the repo moved and Bower package changed. You can change that line in `bower.json` to the following and I'll leave this open until it's...
I have made this to work on the e-bill level not the open states bill level. Right now, it implements a basic display mechanism. This could be enhanced. This could...
Pushing off the 0.0.3 release
Hi @tyokota. I did find an issue with IE11 but I have started making significant architectural changes and I can no longer see the issue. You'll have to update to...
HI @tyokota. I am not fully sure what you are describing. I need to understand what "breaks" means to be able to give any advice. Can you provide your options...
Hi @tyokota. I am still having a tough time understanding what you are doing and what is going wrong. I need to know the specific error (the code error, not...