Skip to content

Commit

Permalink
Merge pull request #60 from jcw780/show_raw_pen
Browse files Browse the repository at this point in the history
Show raw pen
  • Loading branch information
jcw780 authored Jul 25, 2021
2 parents 0341fe3 + fd97b73 commit 0bd3b89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v2.3.3](https://github.com/jcw780/wows_ballistics/compare/v2.3.2...v2.3.3)
## [v2.3.4](https://github.com/jcw780/wows_ballistics/compare/v2.3.3...v2.3.4)

### Commits

- update version [`0341fe3`](https://github.com/jcw780/wows_ballistics/commit/0341fe3d9484b6dacc1d8380f142f2266c40fcf7)
- feature: show raw penetration [`4fcabfc`](https://github.com/jcw780/wows_ballistics/commit/4fcabfc735a95c4fad2556f613ed3f50ebf851b9)

## [v2.3.3](https://github.com/jcw780/wows_ballistics/compare/v2.3.2...v2.3.3) - 2021-07-01

### Merged

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wows_ballistics",
"version": "2.3.3",
"version": "2.3.4",
"private": true,
"license": "MIT",
"homepage": "http://jcw780.github.io/wows_ballistics",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Charts/Charts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ export class ChartGroup extends React.Component<chartGroupProps>{
{id: 'Penetration', axLabel: 'Belt Penetration (mm)',
lines: [
{lineLabel: 'Belt Penetration: ', data: 'ePenHN'},
//{lineLabel: 'Raw Penetration: ', data: 'rawPen'}
{lineLabel: 'Raw Penetration: ', data: 'rawPen'}
]},
{id: 'Angle', axLabel: 'Belt Impact Angle (°)',
lines: [{lineLabel: 'Impact Angle: ', data: 'impactAHD'}]}
Expand Down

0 comments on commit 0bd3b89

Please sign in to comment.