Giter VIP home page Giter VIP logo

hexo-tag-echarts3's People

Contributors

kchen0x avatar num142857 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hexo-tag-echarts3's Issues

部分组件不支持

雷达图,K线图等新类型图不支持,希望author在有时间的时候能update一下= =。

本地预览正常,网页不显示

已经更改了head.swig,/echarts-template.html文件也改过了,但是本地预览正常,po在网页无法显示,请问可能是什么原因?

颜色与设置不符合

            name: "发布总数",
            type: "line",
            yAxisIndex: 1,
            smooth: true, 
            showAllSymbol: true,
            symbol: "circle",
            symbolSize: 10,
            itemStyle: {
                color: "#3275FB"
            },
            lineStyle: {
                color: "#3275FB",
                shadowColor: 'rgba(0, 0, 0, 0.3)',
                width: 3,
                shadowBlur: 15,
                shadowOffsetY: 15,
            },
            data: [0, 1, 5, 9, 15, 31]
        },
        {
            name: "该月发布数",
            type: "bar",
            barWidth: 35,
            itemStyle: {
                normal: {
                    color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
                            offset: 0,
                            color: "#FF9A22"
                        },
                        {
                            offset: 1,
                            color: "#FFD56E"
                        }
                    ]),
                    barBorderRadius: [30, 30, 0, 0],
                }
            },
            data: [0, 1, 4, 4, 6, 16]
        }
    ]```

上面代码
我在第十行设置color为3275FB,但本地预览和部署上去之后显示的都是深红色
是echarts主题的问题吗

charts is available on codingme.net page but not on github.com page

I have a chart based on hexo-tag-echarts3, I deployed the page to codingme.net and github.com both. But it is strange that it is not available on github page.
codingme: http://allenmagic.coding.me/2017/10/19/%E5%9F%BA%E4%BA%8Etushare%E5%92%8CECharts%E7%9A%84%E9%87%91%E8%9E%8D%E6%95%B0%E6%8D%AE%E5%8F%AF%E8%A7%86%E5%8C%96/

github: https://allenmagic.github.io/2017/10/19/%E5%9F%BA%E4%BA%8Etushare%E5%92%8CECharts%E7%9A%84%E9%87%91%E8%9E%8D%E6%95%B0%E6%8D%AE%E5%8F%AF%E8%A7%86%E5%8C%96/

Could you help me on this issue?

更新js引用

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch [email protected] for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/hexo-tag-echarts3/template.html b/node_modules/hexo-tag-echarts3/template.html
index aeb484e..a3d0b47 100644
--- a/node_modules/hexo-tag-echarts3/template.html
+++ b/node_modules/hexo-tag-echarts3/template.html
@@ -1,5 +1,13 @@
 <div id="<%- id %>" style="width: <%- width %>;height: <%- height %>px;margin: 0 auto"></div>
-<script src="https://cdn.bootcss.com/echarts/3.8.0/echarts.common.min.js"></script>
+<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/echarts/dist/extension/bmap.min.js"></script>
+<script type="text/javascript" src="https://api.map.baidu.com/getscript?v=2.0&amp;ak=rA4hkVP29Z2LB35VfAtgqmiC7iFBFl6Q&amp;services=&amp;t=20230906113724"></script>
+<script type="text/javascript" src="https://api.map.baidu.com/api?v=2.0&amp;ak=rA4hkVP29Z2LB35VfAtgqmiC7iFBFl6Q&amp;__ec_v__=20190126"></script>
+<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/echarts/map/js/world.js"></script>
+<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/echarts/map/js/china.js"></script>
+<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/echarts/dist/extension/dataTool.min.js"></script>
+<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/echarts-stat/dist/ecStat.min.js"></script>
+<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/echarts-gl/dist/echarts-gl.min.js"></script>
+<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/echarts/dist/echarts.min.js"></script>
 <script type="text/javascript">
         // 基于准备好的dom,初始化echarts实例
         var myChart = echarts.init(document.getElementById('<%- id %>'));

This issue body was partially generated by patch-package.

echarts 插件更新

插件还会有更新吗,很多 echarts 的官方实例都不行了呢,只能使用一些比较简单的图。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.