Highcharts 实现自定义服务器导出

时间:2018-03-24 08:21:57
【文件属性】:

文件名称:Highcharts 实现自定义服务器导出

文件大小:1.89MB

文件格式:ZIP

更新时间:2018-03-24 08:21:57

Highcharts Export SVG

使用Highcharts JS v4.1.1完成的自定义服务器导出Image/PDF的Demo 使用类库:SVG+iTextSharp 其中有对SVG的源码做了部分修改,内容如下 1.SvgLinearGradientServer.cs if (effectiveStart == effectiveEnd) { effectiveEnd = new PointF(effectiveStart.X + 1f, effectiveStart.Y + 1f); } 2.SvgElementStyle.cs if (fontSizeUnit == SvgUnit.None || fontSizeUnit == SvgUnit.Empty) { fontSize = 10.0f; } 有兴趣的可以研究下SVG的源码


【文件预览】:
HighchartExportDemo
----Models()
----bin()
----packages.config(1KB)
----Web.config(4KB)
----obj()
--------Debug()
----Web.Debug.config(1KB)
----Controllers()
--------HomeController.cs(1KB)
----fonts()
--------glyphicons-halflings-regular.woff(16KB)
--------glyphicons-halflings-regular.ttf(29KB)
--------glyphicons-halflings-regular.eot(14KB)
--------glyphicons-halflings-regular.svg(62KB)
----HighchartExportDemo.csproj.user(1KB)
----Highcharts()
--------exporting.js(7KB)
--------highcharts.js(157KB)
--------Svg.dll(544KB)
--------ChartHelper.cs(4KB)
--------itextsharp.dll(3.78MB)
----App_Start()
--------WebApiConfig.cs(620B)
--------RouteConfig.cs(612B)
--------FilterConfig.cs(287B)
--------BundleConfig.cs(1KB)
----Project_Readme.html(5KB)
----App_Data()
----Web.Release.config(1KB)
----Global.asax.cs(692B)
----Global.asax(111B)
----Scripts()
--------respond.js(10KB)
--------jquery.validate.unobtrusive.js(19KB)
--------jquery.validate.unobtrusive.min.js(6KB)
--------_references.js(814B)
--------jquery-1.10.2.min.js(92KB)
--------respond.min.js(5KB)
--------bootstrap.min.js(28KB)
--------jquery-1.10.2.intellisense.js(159KB)
--------jquery.validate.js(39KB)
--------jquery-1.10.2.js(268KB)
--------modernizr-2.6.2.js(49KB)
--------jquery.validate-vsdoc.js(44KB)
--------jquery.validate.min.js(21KB)
--------jquery-1.10.2.min.map(137KB)
--------bootstrap.js(58KB)
----Views()
--------Web.config(2KB)
--------_ViewStart.cshtml(57B)
--------Home()
--------Shared()
----HighchartExportDemo.csproj(11KB)
----Content()
--------bootstrap.min.css(96KB)
--------bootstrap.css(118KB)
--------Site.css(537B)
----favicon.ico(31KB)
----Properties()
--------AssemblyInfo.cs(1KB)

网友评论