Well, I finally got around to looking into this and found a fix.
My version of jquery.fusioncharts.js (1.0.0b2), the products section has the wrong name for the Multi-Series line Chart.
It says, " msline2d:[['MSLine',0],'multiseries']" when I changed it to "msline:[['MSLine',0],'multiseries']" it worked!