Skip to content

Commit

Permalink
bump version and update example
Browse files Browse the repository at this point in the history
  • Loading branch information
marnec-ad committed Nov 30, 2023
1 parent a6fea59 commit 0deea90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.0489cf72.js
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ frame2.addLabel(new (0, _index.Label)(new (0, _three.Vector3)(3, 3, 3), {
fontSize: 1
}));
const frame3 = new (0, _index.Frame)(canvas3, 10);
frame3.addPlot(new (0, _index.VectorPlot)(new (0, _three.Vector3)(0, 0, 0), new (0, _three.Vector3)(2.3, 3.2, 4.1), {
frame3.addPlot(new (0, _index.VectorPlot)(new (0, _three.Vector3)(0, 0, 0), new (0, _three.Vector3)(7, 6.4, 4.6), {
angle: {
label: {
text: (0, _index.Greek).uppercasePhi,
Expand Down
2 changes: 1 addition & 1 deletion docs/index.0489cf72.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threeplot",
"version": "0.3.1",
"version": "0.4.0",
"description": "programmatically create 3d plots with threejs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ frame2.addLabel(

const frame3 = new Frame(canvas3, 10);
frame3.addPlot(
new VectorPlot(new Vector3(0, 0, 0), new Vector3(2.3, 3.2, 4.1), {
new VectorPlot(new Vector3(0, 0, 0), new Vector3(7, 6.4, 4.6), {
angle: { label: { text: Greek.uppercasePhi, anchorY: 'top' } },
label: {text: 'v', anchorY: 'bottom'},
xy: {
Expand Down

0 comments on commit 0deea90

Please sign in to comment.