Skip to content

Commit

Permalink
👽️ up to date with highcharts@11.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
volatile-static committed Jul 7, 2024
1 parent 84e1721 commit 619f7da
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 59 deletions.
104 changes: 52 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"homepage": "https://github.com/volatile-static/Chartero",
"releasepage": "https://github.com/volatile-static/Chartero/releases/latest/download/chartero.xpi",
"dependencies": {
"@highcharts/dashboards": "^2.1.0",
"@highcharts/dashboards": "^2.2.0",
"animejs": "^3.2.2",
"compromise": "^14.12.0",
"compromise-stats": "^0.1.0",
"highcharts": "^11.4.3",
"highcharts": "^11.4.5",
"highcharts-vue": "^2.0.1",
"segmentit": "^2.0.3",
"tdesign-vue-next": "^1.9.6",
Expand Down Expand Up @@ -84,7 +84,7 @@
"vite": "^5.3.1",
"vue-tsc": "^2.0.21",
"zotero-plugin-scaffold": "^0.0.31",
"zotero-types": "^2.0.1"
"zotero-types": "^2.0.3"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 2 additions & 4 deletions src/vue/dashboard/components/network.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,12 @@ export default defineComponent({
marker: {
symbol: this.svgURL
},
events: { legendItemClick: () => false }
},
{
type: 'bubble', // 图例
name: addon.locale.relatedItems,
color: this.thatColor,
marker: { fillOpacity: 0.8 },
events: { legendItemClick: () => false }
},
{
type: 'bubble', // 图例
Expand All @@ -125,11 +123,11 @@ export default defineComponent({
lineWidth: 2,
lineColor: this.thatColor
},
events: { legendItemClick: () => false }
}
],
legend: {
itemHoverStyle: { cursor: 'default' }
events: { itemClick: () => false },
itemHoverStyle: { cursor: 'default' },
},
xAxis: [{ visible: false }, { visible: false }],
yAxis: { visible: false },
Expand Down

0 comments on commit 619f7da

Please sign in to comment.