Mike Schultz

Results 12 comments of Mike Schultz

Yeah, that could be useful. Go ahead! I'll probably end up changing the menu with arrows on top to be a drop down to start supporting more modes.

Hey, currently there's no way to change the window's position, only when you change the taskbar's position itself. I'll keep this issue open for possibility of having the window dockable,...

Thanks! I say go for it. The more flexibility, the better.

Looks like others are having issues with it as well: https://github.com/maxogden/menubar/pull/40. I'll try to see if theres a way around this

Hi there, The 100% height / 100% width issue is a side effect of how ZingChart works, and is actually related to issue #1. > ZingChart looks at it's container's...

The `zc-json` object is directly linked to the 'data' object inside of the main library's `zingchart.render` function that renders once. As of right now, If you wanted to resize the...

@chris-rs Hi there, do you have CSS set on your parent containers? It looks like your code is running just fine for me : http://codepen.io/mike-schultz/pen/rejXMR

@chris-rs The ZingChart-jQuery wrapper and this angular directive have different focuses. The jQuery wrapper focuses on the utilization of ZingChart's API and events but with jquery syntax, while the angular...

@angelarted Hey thanks for noticing that. The snippet on the homepage is outdated and I'll go ahead and fix that to the correct one on github. The `zingtouch.min.js` file is...

Yeah I agree that's a good gesture to be implemented. A little bit of work will need to be done throughout the code since all of the existing gestures reset...