8:00 – 5:00 SR
- DB backups
- Lenny is now security guy for our servers! And is getting the paperwork done that I was forbidden to do. And our authorization is now through September 9
- Pie Charts!
- Chart description (XML or JSON?). XML. And after a lot of flailing, I’m producing an xml description and reading it in. JS is very clunky WRT traversing XML. Basically every time I think it’s going to be something easy, JS makes it into an all day affair.
- But wait! There’s more! MS and Safari parse XML differently than FF and Chrome. Rather than monkeypatching, I’m going to JSON. THis looks like the YUI link: https://yuilibrary.com/yui/docs/dataschema/dataschema-json.html
- Tooltips
- Calculations
- resizing
- Legend (in 2D overlay. Match the color to the Math.max(ambientColor, emissiveColor) of the wedge.
- Labels (plus percent/value) with indicator lines leading to the outer top of the wedge. This means that labels will need to have a 3D offset option.
- Upload?
- Chart description (XML or JSON?). XML. And after a lot of flailing, I’m producing an xml description and reading it in. JS is very clunky WRT traversing XML. Basically every time I think it’s going to be something easy, JS makes it into an all day affair.
