@8btc/finance-assistant-mcp 0.0.65 → 0.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +4 -4
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -45,7 +45,7 @@ function _interopNamespaceDefault(e) {
|
|
|
45
45
|
}
|
|
46
46
|
const echarts__namespace = /* @__PURE__ */ _interopNamespaceDefault(echarts);
|
|
47
47
|
const d3__namespace = /* @__PURE__ */ _interopNamespaceDefault(d3);
|
|
48
|
-
const version = "0.0.
|
|
48
|
+
const version = "0.0.66";
|
|
49
49
|
const pkgJSON = {
|
|
50
50
|
version
|
|
51
51
|
};
|
|
@@ -180,7 +180,7 @@ const renderHeat = (heat) => {
|
|
|
180
180
|
center: ["50%", "75%"],
|
|
181
181
|
radius: "90%",
|
|
182
182
|
min: 0,
|
|
183
|
-
max:
|
|
183
|
+
max: 100,
|
|
184
184
|
splitNumber: 8,
|
|
185
185
|
axisLine: {
|
|
186
186
|
lineStyle: {
|
|
@@ -601,7 +601,7 @@ function Chapter3$5({
|
|
|
601
601
|
}
|
|
602
602
|
}, [data]);
|
|
603
603
|
const sentimentValue = sentiment?.value || 0;
|
|
604
|
-
const normalized = sentimentValue
|
|
604
|
+
const normalized = sentimentValue;
|
|
605
605
|
const slideWidth = normalized * 400;
|
|
606
606
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "chapterPage", children: [
|
|
607
607
|
/* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { index: 3, title: financialNewsTOCMarket[2].title }),
|
|
@@ -1886,7 +1886,7 @@ const renderInstitutionPie = (rawData) => {
|
|
|
1886
1886
|
radius: "70%",
|
|
1887
1887
|
label: {
|
|
1888
1888
|
formatter: (v) => {
|
|
1889
|
-
return `${v.name}
|
|
1889
|
+
return `${v.name}`;
|
|
1890
1890
|
}
|
|
1891
1891
|
},
|
|
1892
1892
|
data: rawData.map((it) => {
|