New Chart Features
Chart widget now has option for Cash Flow related data. Net Change in cash, and Cash From Operating. New criteria will soon be feed into moosometer.
google gadget user preferences fix
(for developers, not general chart users)
yeah, saw that too. For some reason the User preferences are now being
sent after the hash/fragment/anchor part of the url. I have a feeling
this was a blunder by the gadget folk.
dirty fix:
put this javascript at the top. will cause server-side script to run
twice - in my case not a big deal. If it's a problem for you then make
a new landing page that is only this script:
<script id="source" language="javascript" type="text/javascript">
var parts = location.href.split('#');
if(parts.length > 1)
{
var params = parts[0].split('?');
var mark = '?';
if(params.length > 1)
{
mark = '&';
}
location.href = parts[0] + mark + parts[1];
}
</script>
Google Gadget Charts New Feature
Now you can chart Price to book value with our Google Gadget charts.
StockMarketMoose Charts Google Gadget
StockMarketMoose.com has created a Google Gadget that you can embed anywhere on the web including your iGoogle page or any website. In the setting section you can change the stock symbol/ticker and change a couple of display options.