Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add examples for horizontal and vertical lines in bar chart #3775

Closed
akevalion opened this issue May 15, 2024 · 1 comment
Closed

add examples for horizontal and vertical lines in bar chart #3775

akevalion opened this issue May 15, 2024 · 1 comment
Assignees
Labels

Comments

@akevalion
Copy link

Plotter has GtPlotterVerticalLine and GtPlotterHorizontalLine, but no examples, add some examples for it

@akevalion akevalion self-assigned this May 15, 2024
@akevalion
Copy link
Author

There are examples of the line
image

image image

akevalion added a commit to feenkcom/gtoolkit-visualizer that referenced this issue May 15, 2024
syrel pushed a commit that referenced this issue May 15, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.770/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-glutin@8ce640 by Andrei Chi�
gtoolkit-gleam has the source directly in the root folder [#3736]

feenkcom/gtoolkit-utility@5c023d by Alistair Grant
[#3771] lazy initialisation

feenkcom/gtoolkit-utility@71629a by Alistair Grant
Merge remote-tracking branch 'origin/main'


feenkcom/gtoolkit-utility@9d8f47 by Alistair Grant
[#3771] Pharo 10 compatibility.

feenkcom/gtoolkit-utility@1df5fe by Alistair Grant
[#3771]WeakArray class>>stopFinalizationProcess.

feenkcom/gtoolkit-utility@881d11 by Alistair Grant
[#3771] Remove logging.

feenkcom/gtoolkit-utility@076cf9 by Alistair Grant
[#3771] Assign MournLoopProcess correctly.

feenkcom/gtoolkit-utility@c0e6ef by Alistair Grant
[#3771] Shutdown WeakArray finalization while saving an image

feenkcom/gtoolkit-coder@13ed29 by Juraj Kubelka
use `SmaCCMethodNodeSourceIntervalFinder` [#3735]

delete `GtPharoMethodNodeSourceIntervalFinder`

feenkcom/gtoolkit-coder@b73fb1 by Juraj Kubelka
delegate interval computation to `TGtSourceCoderEvaluatedCode>>#findSourceIntervalForContext:sourceString:` [#3735]

j-brant/SmaCC@2721a3 by John Brant
Merge pull request #24 from JurajKubelka/master

Refactor code to SmaCCMethodNodeSourceIntervalFinder

j-brant/SmaCC@1c4772 by Juraj Kubelka
clean `SmaCCMethodNodeSourceIntervalFinder`

j-brant/SmaCC@cae427 by Juraj Kubelka
clean `SmaCCMethodNodeSourceIntervalFinder`

j-brant/SmaCC@a9e6c0 by Juraj Kubelka
add `SmaCCMethodNodeSourceIntervalFinder`

feenkcom/gt4pharo@a02ad7 by Juraj Kubelka
use `GtPharoMethodNodeSourceIntervalFinder` instead of `SmaCCMethodNodeSourceIntervalFinder` [#3735]


`SmaCCMethodNodeSourceIntervalFinder` needs to be moved to a non-UI package/baseline first. Then we can remove the code duplication.

feenkcom/gt4pharo@886e12 by Juraj Kubelka
use `SmaCCMethodNodeSourceIntervalFinder` [#3735]

feenkcom/gt4pharo@e3b605 by Juraj Kubelka
Merge 657e3bd1007061dfcd095f445999013606e628ea

feenkcom/gt4pharo@f18e9b by Juraj Kubelka
implement `GtPharoEvaluatedSelector` methods [#3735]

feenkcom/gt4pharo@657e3b by Andrei Chi�
Merge 19e0d6368601fe18b530bb65466cd7621c9dcb07

feenkcom/gt4pharo@6f2eac by Andrei Chi�
Use ShiftClassInstaller in Pharo 12 [#3736]

feenkcom/gtoolkit-debugger@31ec0e by Andrei Chi�
Load GToolkit-PharoOverrides-Debugger after all code is loaded [#3736] 

feenkcom/gtoolkit-debugger@4ef5f7 by Andrei Chi�
Merge 5ab6c2dabaf29c1cf15a877f9bf329b100266fb1

feenkcom/gtoolkit-debugger@55f8c4 by Andrei Chi�
Rename and move GToolkit-Pharo9-Debugger to the debugger repository [#3736] 

feenkcom/JSLink@26a8d7 by Andrei Chi�
JavaScriptGenerator has the source in the src folder [#3736]

feenkcom/PythonBridge@6b14bd by Andrei Chi�
Python3Generator has the source in the src folder [#3736]

feenkcom/gt4smacc@a277f3 by Juraj Kubelka
reuse `SmaCCMethodNodeSourceIntervalFinder`

feenkcom/gtoolkit-visualizer@9cebe7 by akevalion
[#3775] added examples for vertical and horizontal bar lines

feenkcom/gtoolkit-releaser@cb6dd2 by Andrei Chi�
Move GToolkit-PharoMigrations to releaser [#3736]

feenkcom/gtoolkit-releaser@d2cb0e by Andrei Chi�
Update the loading using releaser for Pharo 12 [#3736]

feenkcom/gtoolkit-releaser@d49ebd by Andrei Chi�
Update the repository location when releasing for Python3Generator [#3736] 

feenkcom/gt4git@7cbb25 by Sven Van Caekenberghe
added tooltips to some GtGitRepository gtActions

d8a6de by Andrei Chi�
Move GToolkit-PharoMigrations to releaser [#3736]

900be5 by Alistair Grant
Merge 57fbb0a

501780 by Alistair Grant
[#3771] Initialize class vars.

57fbb0 by Andrei Chi�
Load GToolkit-PharoOverrides-Debugger after all code is loaded [#3736] 

1ffe6c by Andrei Chi�
Fix after merge

942442 by Andrei Chi�
Merge 78c548f

4ae043 by Andrei Chi�
Rename and move GToolkit-Pharo9-Debugger to the debugger repository [#3736] 

78c548 by Alistair Grant
[#3771] Add WeakArray class vars.

4946e1 by Andrei Chi�
Move the postload back to the original location [#3736] 

e3ade6 by Andrei Chi�
Fix package dependencies in GToolkitPrerequisites

603a4e by Andrei Chi�
Add GToolkitPrerequisites

3def3f by Andrei Chi�
Merge 07539f2

c86fa0 by Andrei Chi�
Add 'GToolkit-PharoMigrations' a a dependecy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant