MarkerWithLabel not working AGAIN - google-maps-markers

My Marker with Label program stopped working in March. Adding &v=3.15 fixed it. Now, even with the &v=3.15 only the last marker is displayed. All the other markers are missing. The example at: http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.1.8/examples/basic.html also only shows one marker.
Any ideas on how to correct it this time?
Mike

there is a new version of markerwithlabel 1.1.9 which fixed this for me, https://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.1.9/src/. Please also see MarkerWithLabel stopped working correctly

Related

d3 multiple line charts event.currentTarget doesn't work the same as this when I am using v6

Hi I am following this example code and I use it in v6 version:
https://bl.ocks.org/larsenmtl/e3b8b7c2ca4787f77d78f58d41c3da91
everything works fine but at the end:
d3.select(this).select("text").text(y.invert(pos.y).toFixed(2));
I changed it to
d3.select(event.currentTarget).select("text").text(y.invert(pos.y).toFixed(2));
the weird thing happened, the event.currentTarget point to the rect, not the g class, so
it doesn't show the text, I tried everything I can do, but have no luck
it should look like this
This is such a pain for me, could any one please help me with this, many thanks!

Free-JQGrid: On Inline edit, the height of frozen columns is not matching with other columns

I am starting a new screen where I am using this example. Here I see the height of cells are distracting when I try to edit a row. Can anyone please help
Thank you for the bug report. I committed the fix of the problem to GitHub. Now the demo works correctly.

Why have all my d3 bl.ocks disappeared from bl.ocks.org?

I've just added a new d3 block, to discover all the graphics have disappeared from my existing blocks: https://bl.ocks.org/emmasaunders. The text is still there, and the code, but not the graphics. They were working fine last week.
This is not a normal SO question but I don't know who else to ask.
Given that the only block of mine left standing is the block "How to make a block", and that this does not include any links to my personal or professional site, I assume such links are a no-go on bl.ocks (not that I can see this rule anywhere). And I assume my blocks have been taken down for this transgression.
I've removed the links in the hope that this is the problem. Can someone reinstate them? If this isn't the problem, can anyone advise what is? Thanks...
It looks like bl.ocks.org is now permanently redirecting to Gist. Here are a few tweets about it starting from 15 Dec 2022.
However there are at least two clones of it up and running as of Feb 2023: https://blocks.roadtolarissa.com/ and https://bl.ockss.org/.
blocks.roadtolarissa.com seems to be more fully featured at the moment.
For example this block:
https://bl.ockss.org/micahstubbs/842e41b2ac0ff702a0a04dc6e48dca92/
Now redirects to this Gist:
https://gist.github.com/micahstubbs/842e41b2ac0ff702a0a04dc6e48dca92/
But the full block can still be seen here:
https://blocks.roadtolarissa.com/micahstubbs/842e41b2ac0ff702a0a04dc6e48dca92/
And just the result of the code (note the /raw/) can be seen here:
https://bl.ockss.org/micahstubbs/raw/842e41b2ac0ff702a0a04dc6e48dca92/
If there are any better alternatives or if these links die, please let me know and I will update the answer. :)

jqPlot vertical axis label isn't render vertical

It is very simple question, but I am stuck for 2 days and starting believe in magic.
Well, I just need to simple rotate Y axis label vertical. jqPlot docs and examples say that I have to use:
labelRenderer: $.jqplot.CanvasAxisLabelRenderer
I did, but it still does not work. I even tried to copy-paste jqPlot example to my project and it does not work properly as well! And yes, I connected canvasAxisLabelRenderer.js and canvasTextRenderer.js. Here, please check my jsfiddle: http://jsfiddle.net/gu3Cr/5
UPD:
Just noticed, that it doesn't work only at Chrome (ver. 34). At mozilla firefox 28 it works. But it's still a problem, because jqPlot examples work properly at Chrome.
Your example code is fine, but your JSFiddle has an issue with script references. In the Chrome console I see this:
Refused to execute script from 'https://bitbucket.org/cleonello/jqplot/raw/e8af8a37f0f14ea1e8c630ecfe6f1b1933794036/src/plugins/jqplot.canvasAxisLabelRenderer.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
I removed that reference and added a link to http://cdn.jsdelivr.net/jqplot/1.0.8/plugins/jqplot.canvasAxisLabelRenderer.min.js and it works OK. See modified example here:
http://jsfiddle.net/LuQh7/

Magento Chart Skipping Months

Since upgrading to Magento 1.6.1.0 my charts have been showing data incorrectly. It seems to skip some months and doesn't show any data for the last few months. You can see an example in the below image. I have added the red labels which is what the chart should be showing but you can see that the actual labels skip some months so then becomes inaccurate. For example the 2 peaks should be November and December 2010 (Christmas) but the chart shows them as December and January.
I am also not seeing any data from August onwards
Any ideas what could be causing this?
Seems like a bug in Magento to me. I can see you already asked question of official forum, I think you should wait you answer there.
The possible solutions are:
wait for some official bugfix or workaround (you should file a bug if not done that already).
rollback to previous version.
fix it youself (more theoretical than real, but still possible solution).

Resources