plotclick events in flot and enyo 1.0 - flot

I am new to programming so please bear with me. I have an app built in enyo 1.0 with a working flot graph. I am trying to register click events on the graph so I can use that info elsewhere in the app. I have set clickable to true and I can see the data points highlight when I click on them so I know that part is working. How do I get the series and data point I click on into enyo? I am just having a difficult time figuring out from the different partial examples I can find what I need to put where. I see reference to enyo.dispatcher.listen(document, “plotclick”); but I am not sure where that goes. Does anyone have a working example they could share?
Thanks in advance!

Related

Hololens2 MRTK2 - ScrollingObjectCollection with dymaic prefab doesn't work

Just for studing purpose,I am play with the MRTK Scrolling object, as you can see from the picture below the example works fine with some static 3D objecst, but if add trought a script a Dynamic Prefabs there is no way to see the objects visible even on the inspector is not possible set the visibility.)
Please note that the script works fine outside of the scrolling and please not that the example comes from
MRTK/Examples/Demos/ScrollingObjectCollection/Scripts
Am i wronge something? The idea is to create a scrollable dynamic components,if you have any tips i would be more than happy because i am stuck :-)
MRTK version 2.8.3
thanks in advance for your help

Grafana Nested Panels

I've been trying to modify Grafana to suit one of my recent needs. Is there any possibility to restructure Panels in Grafana to look something like the image below?
Grafana completely flexible structure/layout
It really does not have to look like the one above, but if there is at least a quick way to get something like the one below, I'd really be thankful:
Grafana Nested panels (two or more child panels inside a parent panel)
Even if it means that I have to tweak the SDK, a small sample of the process flow would be much appreciated.
Thank you very much!
Thats not really possible..
Grafana dashboards contains rows with panels. Panels can have a set width and height.
Here is a dashboard example of how to have panels with fixed width and height: http://play.grafana.org/dashboard/db/advanced-layout
I know this is an old question, but it appeared first at my google search results so i'll post what i've found here.
There's "convert to row" option for panels, which can be used like this:
https://grafana.com/grafana/dashboards/1860
This fully covers my personal demands

Adding a slideshow to a webpage

I need help. Apologies if the information I provide is not sufficient. I'm sort of an all-arounder at this job and this task has been thrown at me.
I need to add a slideshow to a a webpage. I am not even sure what code I need: jQuery, CSS, or HTML.
The homepage of the website has a Nivio slider (can't access the code to this because its owned by a management company we can't afford to pay).
This is what the editing page looks like: screenshot
The website is http://evelyns-kitchen.com
I am looking to add something like the Nivio slider (if I can't actually add a Nivio slider). Smooth transition, clean, dots below photo to represent the image, left/right arrow. Let me know what other information I can provide! Thank you so much.
Use zoho reports www.reports.zoho.com where you can create reports dashboards slideshows and many more

User uploaded images drag/drop to a Raphael SVG then resize, rotate and fill path

This may be a bit long, but thank you in advance for any assistance.
I am trying to develop a web app that will allow the user to interact with a wireframe 'drawing' of a chosen product and customize each path with either an uploaded image, color/pattern or add whatever text...or all, if they choose (something similar to customizing a greeting card)...for THIS question, I will start with the image part....
Here is what I have so far: http://jsfiddle.net/rednevednav/C9aDm/
What's the most effective way to able to use any image...one that has been uploaded by the user...to append the fill of a selected path and then be able to drag it around, resize it and rotate BEHIND the selected path (so they can control the part of their image that gets 'cropped'? (*Note: I've searched for months and haven't found anyone else doing this outside of Flash....MyPublisher.com gets really close, but it's all squares and no SVG...I've looked at using ImageMagick and 'dst_in' on the server side...but after hard coding an image into svg...like on my jsfiddle...it seems that this could be done client side)
Should I be using Raphael for this application in the first place? Or?
**Hoping to stay within the Raphael framework (if using at all) in order to maintain the IE support afforded out-of-the-box that it provides; I understand that too much java hacking kills this. Of course, the 'finished' product will need to be downloaded as a .pdf....but that's another question for another time.
EDITED: # Thanks to an answer to my question HERE, I've update my JSFiddle with how to get URL from an uploaded image and use to fill path in Raphael paper. So that leaves 2 questions on this subject that I'm still struggling to resolve:
1. How to use this uploaded image to be able to drag and drop onto path to update fill?
2. How to first select which path I want the uploaded image to fill? (for when drag/drop is not available)
Thank you again in advance of any assistance!

How do I change the title and link colors of a Google Custom Search Element?

The situation:
Take a look at this page and search "photo" on both:
http://dev.womenandlogistics.com/testsearchengine.html
The top search engine refreshes the page and displays results with orange link titles and blue links. The bottom search engine displays tabbed results with blue link titles and blue links.
I found an answer to this on the Google forums; however, I am inexperienced with AJAX so I have no idea what to do this answer. I've read through various Google documentations on custom search engines and web elements regarding this, but I still can't figure it out.
What I've tried so far...
Added a class in the section (class="gsc-result gsc-webResult") and added the corresponding CSS (#gsc-result gsc-webResult) on the page to see if that works, but it didn't.
Viewed the context XML file to see if I can make changes. This only affects the top search box.
What you can do to help
Provide an explanation of what I'm doing wrong
Provide an explanation of where I should be looking
Show me samples of code that illustrates the actual color changes and where it can be found
I really appreciate your help! Thanks!
Here's what I suggest
Go to this link https://www.google.com/cse/ and create account
Create your custom search box
Customize looks as your wish
Copy the code after customizing
Paste in your blog or website where you want the search box to appear
Source: http://www.latestgames2.com/
Try this: http://spryserif.com/testsearchengine.html

Resources